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
stringThe Street Address.
city
stringThe City value.
state
stringThe State value.
country
stringThe country value.
postalCode
stringThe postal code value.
postOfficeBox
stringThe Post Office Box.
locationSource
LocationSourceThe location Source.
locationUri
stringThe location Uri.
formattedAddress
stringThe location street Address in formatted address.
latitude
doubleThe location latitude.
longitude
doubleThe location longitude.
accuracy
doubleThe location accuracy.
altitude
doubleThe location altitude.
altitudeAccuracy
doubleThe location altitude Accuracy.
Properties
Accuracy
Gets or sets the location accuracy.
public double? Accuracy { get; set; }
Property Value
Altitude
Gets or sets the location altitude.
public double? Altitude { get; set; }
Property Value
AltitudeAccuracy
Gets or sets the location altitude accuracy.
public double? AltitudeAccuracy { get; set; }
Property Value
City
Gets or sets the City.
public string City { get; set; }
Property Value
Country
Gets or sets the Country.
public string Country { get; set; }
Property Value
FormattedAddress
Gets or sets the street address.
public string FormattedAddress { get; set; }
Property Value
Latitude
Gets or sets a value indicating location latitude.
public double? Latitude { get; set; }
Property Value
Longitude
Gets or sets a value indicating location longitude.
public double? Longitude { get; set; }
Property Value
PostOfficeBox
Gets or sets the postOfficeBox.
public string PostOfficeBox { get; set; }
Property Value
PostalCode
Gets or sets the postalCode.
public string PostalCode { get; set; }
Property Value
Source
Gets or sets the location source type.
public LocationSource Source { get; set; }
Property Value
State
Gets or sets the state.
public string State { get; set; }
Property Value
Street
Gets or sets the street.
public string Street { get; set; }
Property Value
Type
Gets or sets the type.
public string Type { get; set; }
Property Value
Uri
Gets or sets the location Uri.
public string Uri { get; set; }