Determines what attachments from the source email to include when an EmailContent object is cloned.
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 EmailCloneAttachmentType |
Visual Basic |
---|
Public Enumeration EmailCloneAttachmentType |
Members
Member name | Value | Description | |
---|---|---|---|
NoAttachments | 0 | No attachements will be included in the new EmailContent object. | |
InLineOnly | 1 | Only in line attachements will be included in the new EmailContent object. | |
AllAttachments | 2 | All attachements will be included in the new EmailContent object. |
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.