Message.AssistentName Property

Independentsoft MSG .NET

Message AssistentName Property MSG .NET Class Library
Contains the name of assistent of the contact.

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

Syntax

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

value = instance.AssistentName

instance.AssistentName = value
Dim instance As Message 
Dim value As String 

value = instance.AssistentName

instance.AssistentName = value
/** @property */
public String get_AssistentName()
/** @property */
public void set_AssistentName(String value)
/** @property */
public String get_AssistentName()
/** @property */
public void set_AssistentName(String value)
function get AssistentName () : String 
function set AssistentName (value : String)
function get AssistentName () : String 
function set AssistentName (value : String)
function get_AssistentName();
function set_AssistentName(value);
function get_AssistentName();
function set_AssistentName(value);

Property Value

Type: OnlineString
The name of the assistent.
See Also