Click or drag to resize

VCard Class

Represents business card (vcard) entity. To get all vcards, that an email contains, you can use VCards collection. You can add vcards to an email using AddVCard(VCard) or AddVCard(VCard) methods.
Inheritance Hierarchy

Namespace:  Limilabs.Mail.BusinessCard
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class VCard : BasePdiEntity

The VCard type exposes the following members.

Constructors
  NameDescription
Public methodVCard
Creates new VCard entity.
Top
Properties
  NameDescription
Public propertyAddresses
Gets all addresses associated with this vCard (ADR).
Public propertyEmail
Gets preferred email of the object this vCard represents (EMAIL).
Public propertyEmails
Gets all emails associated with this vCard (EMAIL).
Public propertyFullName
Gets or sets the formatted text corresponding to the full name of the object this vCard represents (FN).
Public propertyHomeAddress
Gets home address of the object this vCard represents (ADR).
Public propertyHomeFax
Gets preferred home fax of the object this vCard represents (TEL).
Public propertyHomePhone
Gets preferred home phone of the object this vCard represents (TEL).
Public propertyName
Gets or sets the name of the object this vCard represents (N).
Public propertyOrganization
Gets or sets the organization of the object this vCard represents (ORG).
Public propertyPhones
Gets all phones associated with this vCard (TEL).
Public propertyTitle
Gets or sets the position or job of the object this vCard represents (TITLE).
Public propertyUrl
Gets or sets the a uniform resource locator associated with the object to which this vCard refers (URL).
Public propertyWorkAddress
Gets work address of the object this vCard represents (ADR).
Public propertyWorkFax
Gets preferred work fax of the object this vCard represents (TEL).
Public propertyWorkPhone
Gets preferred work phone of the object this vCard represents (TEL).
Top
Methods
  NameDescription
Public methodAddCustomHeader
Adds custom header to this entity.
(Inherited from BasePdiEntity.)
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 methodGetHeader
Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity.)
Public methodGetHeaders
Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRenderFinal
Renders this entity as a string.
(Inherited from BasePdiEntity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also