Message.ContentType Property

Independentsoft MSG .NET

Message ContentType Property MSG .NET Class Library
Gets or sets the type of the content.

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

Syntax

public ContentType ContentType { get; set; }
public ContentType ContentType { get; set; }
Public Property ContentType As ContentType 
	Get 
	Set
Public Property ContentType As ContentType 
	Get 
	Set
Dim instance As Message 
Dim value As ContentType 

value = instance.ContentType

instance.ContentType = value
Dim instance As Message 
Dim value As ContentType 

value = instance.ContentType

instance.ContentType = value
/** @property */
public ContentType get_ContentType()
/** @property */
public void set_ContentType(ContentType value)
/** @property */
public ContentType get_ContentType()
/** @property */
public void set_ContentType(ContentType value)
function get ContentType () : ContentType 
function set ContentType (value : ContentType)
function get ContentType () : ContentType 
function set ContentType (value : ContentType)
function get_ContentType();
function set_ContentType(value);
function get_ContentType();
function set_ContentType(value);

Property Value

Type: ContentType
The type of the content.
See Also