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
SystemObject
  Limilabs.Mail.PDIBasePdiEntity
    Limilabs.Mail.BusinessCardVCard

Namespace: Limilabs.Mail.BusinessCard
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
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 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 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRenderFinal Renders this entity as a string.
(Inherited from BasePdiEntity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also