Table of Contents

Class PersonaPostalAddress

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

Represents PersonaPostalAddress.

public sealed class PersonaPostalAddress : ComplexProperty
Inheritance
PersonaPostalAddress
Inherited Members

Constructors

PersonaPostalAddress(string, string, string, string, string, string, LocationSource, string, string, double, double, double, double, double)

Initializes a new instance of the PersonaPostalAddress class.

public PersonaPostalAddress(string street, string city, string state, string country, string postalCode, string postOfficeBox, LocationSource locationSource, string locationUri, string formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy)

Parameters

street string

The Street Address.

city string

The City value.

state string

The State value.

country string

The country value.

postalCode string

The postal code value.

postOfficeBox string

The Post Office Box.

locationSource LocationSource

The location Source.

locationUri string

The location Uri.

formattedAddress string

The location street Address in formatted address.

latitude double

The location latitude.

longitude double

The location longitude.

accuracy double

The location accuracy.

altitude double

The location altitude.

altitudeAccuracy double

The location altitude Accuracy.

Properties

Accuracy

Gets or sets the location accuracy.

public double? Accuracy { get; set; }

Property Value

double?

Altitude

Gets or sets the location altitude.

public double? Altitude { get; set; }

Property Value

double?

AltitudeAccuracy

Gets or sets the location altitude accuracy.

public double? AltitudeAccuracy { get; set; }

Property Value

double?

City

Gets or sets the City.

public string City { get; set; }

Property Value

string

Country

Gets or sets the Country.

public string Country { get; set; }

Property Value

string

FormattedAddress

Gets or sets the street address.

public string FormattedAddress { get; set; }

Property Value

string

Latitude

Gets or sets a value indicating location latitude.

public double? Latitude { get; set; }

Property Value

double?

Longitude

Gets or sets a value indicating location longitude.

public double? Longitude { get; set; }

Property Value

double?

PostOfficeBox

Gets or sets the postOfficeBox.

public string PostOfficeBox { get; set; }

Property Value

string

PostalCode

Gets or sets the postalCode.

public string PostalCode { get; set; }

Property Value

string

Source

Gets or sets the location source type.

public LocationSource Source { get; set; }

Property Value

LocationSource

State

Gets or sets the state.

public string State { get; set; }

Property Value

string

Street

Gets or sets the street.

public string Street { get; set; }

Property Value

string

Type

Gets or sets the type.

public string Type { get; set; }

Property Value

string

Uri

Gets or sets the location Uri.

public string Uri { get; set; }

Property Value

string