EnhancedLocation Constructors

Definition

Overloads

EnhancedLocation(String)

Initializes a new instance of the EnhancedLocation class by using the supplied display name. The EnhancedLocation(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

EnhancedLocation(String, String)

Initializes a new instance of the EnhancedLocation class by using the supplied display name and calendar item note. The EnhancedLocation(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

EnhancedLocation(String, String, PersonaPostalAddress)

Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address. The EnhancedLocation(String, String, PersonaPostalAddress) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

EnhancedLocation(String)

Initializes a new instance of the EnhancedLocation class by using the supplied display name. The EnhancedLocation(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 EnhancedLocation(System::String ^ displayName);
public EnhancedLocation (string displayName);
Public Sub New (displayName As String)

Parameters

displayName
String

The location display name.

Applies to

EnhancedLocation(String, String)

Initializes a new instance of the EnhancedLocation class by using the supplied display name and calendar item note. The EnhancedLocation(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 EnhancedLocation(System::String ^ displayName, System::String ^ annotation);
public EnhancedLocation (string displayName, string annotation);
Public Sub New (displayName As String, annotation As String)

Parameters

displayName
String

The location display name.

annotation
String

The annotation on the location.

Applies to

EnhancedLocation(String, String, PersonaPostalAddress)

Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address. The EnhancedLocation(String, String, PersonaPostalAddress) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 EnhancedLocation(System::String ^ displayName, System::String ^ annotation, Microsoft::Exchange::WebServices::Data::PersonaPostalAddress ^ personaPostalAddress);
public EnhancedLocation (string displayName, string annotation, Microsoft.Exchange.WebServices.Data.PersonaPostalAddress personaPostalAddress);

Parameters

displayName
String

The location display name.

annotation
String

The annotation on the location.

personaPostalAddress
PersonaPostalAddress

The persona postal address.

Applies to