Specifies constants indicating the response type 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 EmailResponseType |
Visual Basic |
---|
Public Enumeration EmailResponseType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No response type specified. | |
New | 1 | An email created from scratch. | |
Reply | 2 | An email that is a reply to an existing email. | |
ReplyAll | 3 | An email that is a reply all to an existing email. | |
Forward | 4 | An email that is a forward of an existing email. |
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.