Click or drag to resize

ContactInfo Class

Generates contact information payload in vCard or MeCard formats.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeContactInfo

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class ContactInfo

The ContactInfo type exposes the following members.

Constructors
  NameDescription
Public methodContactInfo
Initializes a new instance of the ContactInfo class.
Public methodContactInfo(ContactFormat, String, String)
Initializes a new instance of the ContactInfo class.
Top
Properties
  NameDescription
Public propertyBirthday
Gets or sets the optional birthday.
Public propertyCity
Gets or sets the city name.
Public propertyCountry
Gets or sets the country name.
Public propertyEmail
Gets or sets the email address.
Public propertyFaxNumber
Gets or sets a FAX number.
Public propertyFirstName
Gets or sets the first name.
Public propertyFormat
Gets or sets the format for encoding contact info.
Public propertyLastName
Gets or sets the last name.
Public propertyMemo
Gets or sets an optional note/memo text.
Public propertyMobilePhone
Gets or sets the mobile phone number.
Public propertyNickName
Gets or sets the nick name for the contact.
Public propertyOrganization
Gets or sets the name of the organization.
Public propertyState
Gets or sets the state/region name.
Public propertyStreet
Gets or sets the street name and number.
Public propertyTitle
Gets or sets the title of the contact.
Public propertyWebsite
Gets or sets the URL of the website.
Public propertyWorkPhone
Gets or sets the work phone number.
Public propertyZip
Gets or sets the ZIP/postal code name.
Top
Methods
See Also