Attachment.ContentDisposition Property

Independentsoft MSG .NET

Attachment ContentDisposition Property MSG .NET Class Library
Contains the content disposition header of a MIME message attachment.

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

Syntax

public string ContentDisposition { get; set; }
public string ContentDisposition { get; set; }
Public Property ContentDisposition As String 
	Get 
	Set
Public Property ContentDisposition As String 
	Get 
	Set
Dim instance As Attachment 
Dim value As String 

value = instance.ContentDisposition

instance.ContentDisposition = value
Dim instance As Attachment 
Dim value As String 

value = instance.ContentDisposition

instance.ContentDisposition = value
/** @property */
public String get_ContentDisposition()
/** @property */
public void set_ContentDisposition(String value)
/** @property */
public String get_ContentDisposition()
/** @property */
public void set_ContentDisposition(String value)
function get ContentDisposition () : String 
function set ContentDisposition (value : String)
function get ContentDisposition () : String 
function set ContentDisposition (value : String)
function get_ContentDisposition();
function set_ContentDisposition(value);
function get_ContentDisposition();
function set_ContentDisposition(value);

Property Value

Type: OnlineString
The content disposition.
See Also