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.23341.1754
Syntax
[SerializableAttribute]
public class VCardAddress

The VCardAddress type exposes the following members.

Constructors
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also