Message.OfficeLocation Property

Independentsoft MSG .NET

Message OfficeLocation Property MSG .NET Class Library
Contains the specific office location for the contact.

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