Specifies constants indicating the response type of an EmailInteraction.

Namespace: ININ.IceLib.Interactions
Assembly: 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 nameValueDescription
None0 No response type specified.
New1 An email created from scratch.
Reply2 An email that is a reply to an existing email.
ReplyAll3 An email that is a reply all to an existing email.
Forward4 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.

See Also