VCard

VCard class

Represents Electronic Business Card standard contact details.

public class VCard

Constructors

Name Description
VCard() Creates VCard instance with default values.

Properties

Name Description
BirthDay { get; set; } Gets or sets contact birthday.
CellPhone { get; set; } Gets or sets cellular phone number.
Company { get; set; } Gets or sets Company of contact.
Email { get; set; } Gets or sets contact email.
FirstName { get; set; } Gets or sets contact First Name.
HomeAddress { get; set; } Gets or sets Home Address properties. This property is not initialized by default.
HomePhone { get; set; } Gets or sets home phone number.
Initials { get; set; } Gets or sets contact initials.
JobTitle { get; set; } Gets or sets contact Job Title.
LastName { get; set; } Gets or sets contact Last Name.
MidddleName { get; set; } Gets or sets contact Middle Name.
Url { get; set; } Gets or sets contact URL.
WorkAddress { get; set; } Gets or sets Work Address properties. This property is not initialized by default.
WorkPhone { get; set; } Gets or sets work phone number.

Methods

Name Description
override Equals(object) Overwrites Equals method to compare VCard properties
override GetHashCode() Overrides GetHashCode method

See Also