AttachmentFlags Enumeration

Independentsoft MSG .NET

AttachmentFlags Enumeration MSG .NET Class Library
Represents attachment's flags.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum AttachmentFlags
public enum AttachmentFlags
Public Enumeration AttachmentFlags
Public Enumeration AttachmentFlags
Dim instance As AttachmentFlags
Dim instance As AttachmentFlags
public enum AttachmentFlags
public enum AttachmentFlags
public enum AttachmentFlags
public enum AttachmentFlags
Independentsoft.Msg.AttachmentFlags = function();
Independentsoft.Msg.AttachmentFlags.createEnum('Independentsoft.Msg.AttachmentFlags', false);
Independentsoft.Msg.AttachmentFlags = function();
Independentsoft.Msg.AttachmentFlags.createEnum('Independentsoft.Msg.AttachmentFlags', false);
Members

  Member nameValueDescription
InvisibleInHtml0 Indicates that this attachment is not available to HTML rendering applications and should be ignored in MIME processing.
InvisibleInRtf1 Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI.
None2 None
See Also