Attachment LongPathName Property | MSG .NET Class Library |
Contains an attachment's fully-qualified long path and filename.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string LongPathName { get; set; }
public string LongPathName { get; set; }
Public Property LongPathName As String Get Set
Public Property LongPathName As String Get Set
Dim instance As Attachment Dim value As String value = instance.LongPathName instance.LongPathName = value
Dim instance As Attachment Dim value As String value = instance.LongPathName instance.LongPathName = value
/** @property */ public String get_LongPathName() /** @property */ public void set_LongPathName(String value)
/** @property */ public String get_LongPathName() /** @property */ public void set_LongPathName(String value)
function get LongPathName () : String function set LongPathName (value : String)
function get LongPathName () : String function set LongPathName (value : String)
function get_LongPathName(); function set_LongPathName(value);
function get_LongPathName(); function set_LongPathName(value);
Property Value
Type:
The long name of the path.
See Also