Attachment.PathName Property

Independentsoft MSG .NET

Attachment PathName Property MSG .NET Class Library
Contains an attachment's fully-qualified path and filename.

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

Syntax

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

value = instance.PathName

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

value = instance.PathName

instance.PathName = value
/** @property */
public String get_PathName()
/** @property */
public void set_PathName(String value)
/** @property */
public String get_PathName()
/** @property */
public void set_PathName(String value)
function get PathName () : String 
function set PathName (value : String)
function get PathName () : String 
function set PathName (value : String)
function get_PathName();
function set_PathName(value);
function get_PathName();
function set_PathName(value);

Property Value

Type: OnlineString
The name of the path.
See Also