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