VCardDeliveryAddress Class

Represents a vCard delivery address
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardDeliveryAddress

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardDeliveryAddress

The VCardDeliveryAddress type exposes the following members.

Constructors
  NameDescription
Public methodVCardDeliveryAddress
Initializes a new instance of the VCardDeliveryAddress class
Properties
  NameDescription
Public propertyAddressType
Gets or sets an address type
Public propertyCountryName
Gets or sets a country
Public propertyExtendedAddress
Gets or sets an extended address
Public propertyLocality
Gets or sets a locality
Public propertyPoBox
Gets or sets a PO box
Public propertyPostalCode
Gets or sets a postal code
Public propertyRegion
Gets or sets a region
Public propertyStreet
Gets or sets a street
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also