Attachment.LongFileName Property

Independentsoft MSG .NET

Attachment LongFileName Property MSG .NET Class Library
Contains an attachment's long filename and extension, excluding path.

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

Syntax

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

value = instance.LongFileName

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

value = instance.LongFileName

instance.LongFileName = value
/** @property */
public String get_LongFileName()
/** @property */
public void set_LongFileName(String value)
/** @property */
public String get_LongFileName()
/** @property */
public void set_LongFileName(String value)
function get LongFileName () : String 
function set LongFileName (value : String)
function get LongFileName () : String 
function set LongFileName (value : String)
function get_LongFileName();
function set_LongFileName(value);
function get_LongFileName();
function set_LongFileName(value);

Property Value

Type: OnlineString
The long name of the file.
See Also