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
stringThe location DisplayName.
EnhancedLocation(string, string)
Initializes a new instance of the EnhancedLocation class.
public EnhancedLocation(string displayName, string annotation)
Parameters
EnhancedLocation(string, string, PersonaPostalAddress)
Initializes a new instance of the EnhancedLocation class.
public EnhancedLocation(string displayName, string annotation, PersonaPostalAddress personaPostalAddress)
Parameters
displayName
stringThe location DisplayName.
annotation
stringThe annotation on the location.
personaPostalAddress
PersonaPostalAddressThe persona postal address.
Properties
Annotation
Gets or sets the Location Annotation.
public string Annotation { get; set; }
Property Value
DisplayName
Gets or sets the Location DisplayName.
public string DisplayName { get; set; }
Property Value
PersonaPostalAddress
Gets or sets the Persona Postal Address.
public PersonaPostalAddress PersonaPostalAddress { get; set; }