Table of Contents

Class EnhancedLocation

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents Enhanced Location.

public sealed class EnhancedLocation : ComplexProperty
Inheritance
EnhancedLocation
Inherited Members

Constructors

EnhancedLocation(string)

Initializes a new instance of the EnhancedLocation class.

public EnhancedLocation(string displayName)

Parameters

displayName string

The location DisplayName.

EnhancedLocation(string, string)

Initializes a new instance of the EnhancedLocation class.

public EnhancedLocation(string displayName, string annotation)

Parameters

displayName string

The location DisplayName.

annotation string

The annotation on the location.

EnhancedLocation(string, string, PersonaPostalAddress)

Initializes a new instance of the EnhancedLocation class.

public EnhancedLocation(string displayName, string annotation, PersonaPostalAddress personaPostalAddress)

Parameters

displayName string

The location DisplayName.

annotation string

The annotation on the location.

personaPostalAddress PersonaPostalAddress

The persona postal address.

Properties

Annotation

Gets or sets the Location Annotation.

public string Annotation { get; set; }

Property Value

string

DisplayName

Gets or sets the Location DisplayName.

public string DisplayName { get; set; }

Property Value

string

PersonaPostalAddress

Gets or sets the Persona Postal Address.

public PersonaPostalAddress PersonaPostalAddress { get; set; }

Property Value

PersonaPostalAddress