Attachment Extension Property | MSG .NET Class Library |
Contains a file name extension that indicates the document type of an attachment.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Extension { get; set; }
public string Extension { get; set; }
Public Property Extension As String Get Set
Public Property Extension As String Get Set
Dim instance As Attachment Dim value As String value = instance.Extension instance.Extension = value
Dim instance As Attachment Dim value As String value = instance.Extension instance.Extension = value
/** @property */ public String get_Extension() /** @property */ public void set_Extension(String value)
/** @property */ public String get_Extension() /** @property */ public void set_Extension(String value)
function get Extension () : String function set Extension (value : String)
function get Extension () : String function set Extension (value : String)
function get_Extension(); function set_Extension(value);
function get_Extension(); function set_Extension(value);
Property Value
Type:
The extension.
See Also