PostalAddress Class |
Namespace: Aspose.Email.PersonalInfo
The PostalAddress type exposes the following members.
Name | Description | |
---|---|---|
PostalAddress | Initializes a new instance of the PostalAddress class |
Name | Description | |
---|---|---|
Address |
Gets or sets an address
| |
Category |
Gets or sets an object category
| |
City |
Gets or sets a city
| |
Country |
Gets or sets a country
| |
CountryCode |
Gets or sets a country code
| |
IsMailingAddress |
Gets or sets a value which defines whether address may be used for mailing.
| |
PostalCode |
Gets or sets a post code
| |
PostOfficeBox |
Gets or sets a post Office box
| |
Prefered |
Gets or sets a value which defines whether postal address is preferred.
| |
StateOrProvince |
Gets or sets a region
| |
Street |
Gets or sets a street
|
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).) | |
Equals(PostalAddress) | ||
Equals(PostalAddress, PostalAddress) |
Determines whether the specified object instances are considered equal.
| |
Finalize | (Inherited from Object.) | |
GetHashCode |
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.) | |
GetHashCode(PostalAddress) |
GetHashCode returns a hash function for specified object.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Determines whether the specified objects are equal.
| |
Inequality |
Determines whether the specified objects are not equal.
|