ContentDispositionType Enumeration

Independentsoft MSG .NET

ContentDispositionType Enumeration MSG .NET Class Library
Summary description for ContentDispositionType.

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

Syntax

public enum ContentDispositionType
public enum ContentDispositionType
Public Enumeration ContentDispositionType
Public Enumeration ContentDispositionType
Dim instance As ContentDispositionType
Dim instance As ContentDispositionType
public enum ContentDispositionType
public enum ContentDispositionType
public enum ContentDispositionType
public enum ContentDispositionType
Independentsoft.Email.Mime.ContentDispositionType = function();
Independentsoft.Email.Mime.ContentDispositionType.createEnum('Independentsoft.Email.Mime.ContentDispositionType', false);
Independentsoft.Email.Mime.ContentDispositionType = function();
Independentsoft.Email.Mime.ContentDispositionType.createEnum('Independentsoft.Email.Mime.ContentDispositionType', false);
Members

  Member nameValueDescription
Attachment0 Specifies that the attachment is to be displayed as a file attached to the e-mail message.
Inline1 The attachment is to be displayed as part of the e-mail message body.
See Also