Attachment.ContentId Property

Independentsoft MSG .NET

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

Namespace: Independentsoft.Msg
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 Attachment 
Dim value As String 

value = instance.ContentId

instance.ContentId = value
Dim instance As Attachment 
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