vCard21 | Overloaded. Initialize a new instance of the vCard21 class. |
Addresses | Gets or sets the Addresses property. This property allows you to add multiple addresses for a given vCard. |
Birthday | Gets or sets the birthday. |
BusinessCategory | Gets or sets the Business Category property. This property specifies information concerning the role, occupation or business category of the vCard object within an organization. This property is included as an organizational property to avoid confusion with the Title property and to avoid incorrect use of the Title property to record Business Category information. |
Comment | Gets or sets the Comment property. This property specifies supplemental information or a comment that is associated with the vCard. |
Company | Gets or sets the company name. |
Count | Gets the Count property. |
DeliveryLabels | Gets or sets the DeliveryLabels property. This property allows you to add multiple delivery labels for a given vCard. |
Department | Gets or sets the department name. |
EmailAddresses | Gets or sets the EmailAddresses property. This property allows you to add multiple email addresses for a given vCard. |
Firstname | Gets or sets the first name. |
FormattedName | Gets or sets the formatted name. |
Fullname | Gets the full name. |
GeoPosition | Gets or sets Geo Position property. This property specifies information related to the global positioning of the vCard object. The property specifies a longitude and latitude. |
HomeURL | Gets or sets the home URL. |
Lastname | Gets or sets the last name. |
LastRevised | Gets the LastRevised property. This property specifies the combination of the calendar date and time of day of the last update to the vCard object. |
Mailer | Gets or sets the Mailer property. This property specifies the type of electronic mail software that is in use by the individual associated with the vCard object. |
Middlename | Gets or sets the middle name. |
NickName | Gets or sets the nickname. This is not part of the vCard specification, but is a field supported by Microsoft Outlook. |
Photograph | Gets or sets the values of the Photograph property |
Prefix | Gets or sets the prefix. |
Suffix | Gets or sets the suffix. |
TelephoneNumbers | Gets or sets the TelephoneNumbers property. This property allows you to add multiple phone numbers for a given vCard. |
TimeZone | Gets the Time Zone of the current computer system. |
Title | Gets or sets the title. |
UID | Gets or sets the Unique Identifier property. This property specifies a value that represents a persistent, globally unique identifier associated with the vCard object. Some examples of valid forms of unique identifiers would include a URL that references a service that will produce an updated version of the vCard, a Globally Unique Identifier (GUID) and X.500 distinguished names. |
WorkURL | Gets or sets the work URL. |
Clear | Clears the contents of the current object. This results in a blank vCard. |
Dispose | Dispose method |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Returns a string that represents the current object. |
WriteToFile | Writes all buffered data to 'LocationOfFile'. This is the full path and filename. |
Finalize | Finalize method |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |