EnhancedLocation Class

Definition

Contains enhanced location information for a calendar item. The EnhancedLocation class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class EnhancedLocation sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class EnhancedLocation : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class EnhancedLocation
Inherits ComplexProperty
Inheritance
EnhancedLocation

Constructors

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.

Properties

Annotation

Gets or sets the note associated with a calendar item. The Annotation property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

DisplayName

Gets or sets the display name associated with the calendar item. The DisplayName property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PersonaPostalAddress

Gets or sets the postal address for the associated persona. The PersonaPostalAddress property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to