AttachmentMethod Enumeration

Independentsoft MSG .NET

AttachmentMethod Enumeration MSG .NET Class Library
Represents the way the contents of an attachment can be accessed.

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

Syntax

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

  Member nameValueDescription
NoAttachment0 The attachment has just been created.
AttachByValue1 The DataObject property contains the attachment data.
AttachByReference2 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment to recipients with access to a common file server.
AttachByReferenceResolve3 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
AttachByReferenceOnly4 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
EmbeddedMessage5 The DataObject property contains an embedded Message object.
Ole6 The attachment is an embedded OLE object
None7 None
See Also