Specifies constants indicating the capabilities 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# |
---|
[FlagsAttribute] public enum EmailInteractionCapabilities |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration EmailInteractionCapabilities |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The email has no capabilities. | |
Edit | 1 | The email can be edited. | |
Reply | 2 | The email can be replied to. | |
ReplyAll | 4 | The email supports performing a reply all. | |
Forward | 8 | The email can be forwarded. |
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 4.0, supported for IC Server version 4.0 GA and beyond.