BodyPart.ContentTransferEncoding Property

Independentsoft MSG .NET

BodyPart ContentTransferEncoding Property MSG .NET Class Library
Gets or sets the content transfer encoding.

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

Syntax

public ContentTransferEncoding ContentTransferEncoding { get; set; }
public ContentTransferEncoding ContentTransferEncoding { get; set; }
Public Property ContentTransferEncoding As ContentTransferEncoding 
	Get 
	Set
Public Property ContentTransferEncoding As ContentTransferEncoding 
	Get 
	Set
Dim instance As BodyPart 
Dim value As ContentTransferEncoding 

value = instance.ContentTransferEncoding

instance.ContentTransferEncoding = value
Dim instance As BodyPart 
Dim value As ContentTransferEncoding 

value = instance.ContentTransferEncoding

instance.ContentTransferEncoding = value
/** @property */
public ContentTransferEncoding get_ContentTransferEncoding()
/** @property */
public void set_ContentTransferEncoding(ContentTransferEncoding value)
/** @property */
public ContentTransferEncoding get_ContentTransferEncoding()
/** @property */
public void set_ContentTransferEncoding(ContentTransferEncoding value)
function get ContentTransferEncoding () : ContentTransferEncoding 
function set ContentTransferEncoding (value : ContentTransferEncoding)
function get ContentTransferEncoding () : ContentTransferEncoding 
function set ContentTransferEncoding (value : ContentTransferEncoding)
function get_ContentTransferEncoding();
function set_ContentTransferEncoding(value);
function get_ContentTransferEncoding();
function set_ContentTransferEncoding(value);

Property Value

Type: ContentTransferEncoding
The content transfer encoding.
See Also