Message FileAs Property | MSG .NET Class Library |
Contains the default keyword string assigned to the contact when it is filed.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string FileAs { get; set; }
public string FileAs { get; set; }
Public Property FileAs As String Get Set
Public Property FileAs As String Get Set
Dim instance As Message Dim value As String value = instance.FileAs instance.FileAs = value
Dim instance As Message Dim value As String value = instance.FileAs instance.FileAs = value
/** @property */ public String get_FileAs() /** @property */ public void set_FileAs(String value)
/** @property */ public String get_FileAs() /** @property */ public void set_FileAs(String value)
function get FileAs () : String function set FileAs (value : String)
function get FileAs () : String function set FileAs (value : String)
function get_FileAs(); function set_FileAs(value);
function get_FileAs(); function set_FileAs(value);
Property Value
Type:
The file as.
See Also