Attachment.ContentLocation Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.ContentLocation

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

value = instance.ContentLocation

instance.ContentLocation = value
/** @property */
public String get_ContentLocation()
/** @property */
public void set_ContentLocation(String value)
/** @property */
public String get_ContentLocation()
/** @property */
public void set_ContentLocation(String value)
function get ContentLocation () : String 
function set ContentLocation (value : String)
function get ContentLocation () : String 
function set ContentLocation (value : String)
function get_ContentLocation();
function set_ContentLocation(value);
function get_ContentLocation();
function set_ContentLocation(value);

Property Value

Type: OnlineString
The content location.
See Also