PostalAddressCategory Class

Represents category for a postal address
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoPostalAddressCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class PostalAddressCategory : IEquatable<PostalAddressCategory>

The PostalAddressCategory type exposes the following members.

Constructors
  NameDescription
Public methodPostalAddressCategory
Initializes a new instance of the PostalAddressCategory class with 'Custom' category.
Properties
  NameDescription
Public propertyStatic memberCustom
Defines a type of an address as an address of type other.
Public propertyDescription
Gets description for the 'Custom' category of a postal address
Public propertyStatic memberHome
Defines a type of an address as a home address.
Public propertyValue
Gets category of a postal address
Public propertyStatic memberWork
Defines a type of an address as a work address.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PostalAddressCategory)
Determines whether the specified object is equal to the current object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberCustomValue
String value for 'Custom' category
Public fieldStatic memberHomeValue
String value for 'Home' category
Public fieldStatic memberWorkValue
String value for 'Work' category
See Also