Message.ContentID Property

Independentsoft MSG .NET

Message ContentID Property MSG .NET Class Library
Gets or sets the content identifier.

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

Syntax

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

value = instance.ContentID

instance.ContentID = value
Dim instance As Message 
Dim value As String 

value = instance.ContentID

instance.ContentID = value
/** @property */
public String get_ContentID()
/** @property */
public void set_ContentID(String value)
/** @property */
public String get_ContentID()
/** @property */
public void set_ContentID(String value)
function get ContentID () : String 
function set ContentID (value : String)
function get ContentID () : String 
function set ContentID (value : String)
function get_ContentID();
function set_ContentID(value);
function get_ContentID();
function set_ContentID(value);

Property Value

Type: OnlineString
The content identifier.
See Also