Attachment.FileName Property

Independentsoft MSG .NET

Attachment FileName Property MSG .NET Class Library
Contains an attachment's base file name and extension, excluding path.

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

Syntax

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

value = instance.FileName

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

value = instance.FileName

instance.FileName = value
/** @property */
public String get_FileName()
/** @property */
public void set_FileName(String value)
/** @property */
public String get_FileName()
/** @property */
public void set_FileName(String value)
function get FileName () : String 
function set FileName (value : String)
function get FileName () : String 
function set FileName (value : String)
function get_FileName();
function set_FileName(value);
function get_FileName();
function set_FileName(value);

Property Value

Type: OnlineString
The name of the file.
See Also