Message.FileAs Property

Independentsoft MSG .NET

Message FileAs Property MSG .NET Class Library
Contains the default keyword string assigned to the contact when it is filed.

Namespace: Independentsoft.Msg
Assembly: 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: OnlineString
The file as.
See Also