The VCardTag type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AssociatedPayload |
Gets or sets the associated payload
(Inherited from Tag.) | |
| City |
Gets or sets the contact's city
| |
| Company |
Gets or sets the contact's company name
| |
| Country |
Gets or sets the contact's country
| |
| Department |
Gets or sets the department
| |
Gets or sets the contact's email address
| ||
| Fax |
Gets or sets the contact's fax number
| |
| FirstName |
Gets or sets the first or given name of the contact
| |
| HasFile |
Must be set to true if uploading VCF file, false otherwise.
| |
| HomePhone |
Gets or sets the home phone
| |
| IMAddress |
Gets or sets the IM address
| |
| InteractionNote |
Gets or sets an interaction note
(Inherited from Tag.) | |
| JobTitle |
Gets or sets the designation
| |
| LastName |
Gets or sets the last or surname of the contact
| |
| MobilePhone |
Gets or sets the contact's mobile telephone number
| |
| Password | Obsolete.
Gets or sets the optional password to protect this information
| |
| State |
Gets or sets the contact's state or province
| |
| Status |
Gets the Tag status
(Inherited from Tag.) | |
| Street |
Gets or sets the contact's street address
| |
| Title |
Gets or sets the Tag title (name)
(Inherited from Tag.) | |
| Types |
Gets the Tag image type
(Inherited from Tag.) | |
| UTCEndDate |
Gets or sets the Tag end date
(Inherited from Tag.) | |
| UTCStartDate |
Gets or sets the Tag start date
(Inherited from Tag.) | |
| VcfData |
Gets or sets the VCF data
| |
| WebPage |
Gets or sets the web page URL to be referenced regarding this contact
| |
| WorkPhone |
Gets or sets the contact's work telephone number
| |
| Zip |
Gets or sets the contact's ZIP (mailing) code
|