Click or drag to resize

VCardAddress Class

Represents VCard address.
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.BusinessCardVCardAddress

Namespace: Limilabs.Mail.BusinessCard
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
[SerializableAttribute]
public class VCardAddress

The VCardAddress type exposes the following members.

Constructors
 NameDescription
Public methodVCardAddress Creates new VCardAddress entity.
Public methodVCardAddress(String, String, String, String, String, String, String) Creates new VCardAddress entity.
Top
Properties
 NameDescription
Public propertyApartmentNumber Gets or sets the extended address (e.g. apartment or suite number).
Public propertyCity Gets or sets the locality (e.g. city).
Public propertyCountry Gets or sets the country name.
Public propertyPostalCode Gets or sets the postal code.
Public propertyPostOfficeBox Gets or sets the post office box.
Public propertyRegion Gets or sets the region (e.g. state or province).
Public propertyStreet Gets or sets the street address.
Public propertyTypes Gets types of this entity.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMarkHome Marks this address as home address.
Public methodMarkWork Marks this address as work address.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also