Message DepartmentName Property | MSG .NET Class Library |
Contains the department name for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string DepartmentName { get; set; }
public string DepartmentName { get; set; }
Public Property DepartmentName As String Get Set
Public Property DepartmentName As String Get Set
Dim instance As Message Dim value As String value = instance.DepartmentName instance.DepartmentName = value
Dim instance As Message Dim value As String value = instance.DepartmentName instance.DepartmentName = value
/** @property */ public String get_DepartmentName() /** @property */ public void set_DepartmentName(String value)
/** @property */ public String get_DepartmentName() /** @property */ public void set_DepartmentName(String value)
function get DepartmentName () : String function set DepartmentName (value : String)
function get DepartmentName () : String function set DepartmentName (value : String)
function get_DepartmentName(); function set_DepartmentName(value);
function get_DepartmentName(); function set_DepartmentName(value);
Property Value
Type:
The name of the department.
See Also