Possible encryption status of an EmailInteraction.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum EmailEncryptionStatus |
Visual Basic |
---|
Public Enumeration EmailEncryptionStatus |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Message was not encrypted. | |
Ok | 1 | Message was successfully decrypted. | |
Denied | 2 | Decryption was denied by an xIC policy. | |
Failed | 3 | Decryption failed (private key not found, malformed S/MIME, etc.). |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.