Message.ManagerName Property

Independentsoft MSG .NET

Message ManagerName Property MSG .NET Class Library
Contains the manager name for the contact.

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

Syntax

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

value = instance.ManagerName

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

value = instance.ManagerName

instance.ManagerName = value
/** @property */
public String get_ManagerName()
/** @property */
public void set_ManagerName(String value)
/** @property */
public String get_ManagerName()
/** @property */
public void set_ManagerName(String value)
function get ManagerName () : String 
function set ManagerName (value : String)
function get ManagerName () : String 
function set ManagerName (value : String)
function get_ManagerName();
function set_ManagerName(value);
function get_ManagerName();
function set_ManagerName(value);

Property Value

Type: OnlineString
The name of the manager.
See Also