Determines what attachments from the source email to include when an EmailContent object is cloned.

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 EmailCloneAttachmentType
Visual Basic
Public Enumeration EmailCloneAttachmentType

Members

Member nameValueDescription
NoAttachments0 No attachements will be included in the new EmailContent object.
InLineOnly1 Only in line attachements will be included in the new EmailContent object.
AllAttachments2 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.

See Also