Contact

Contact class

Represents contact information.

The Contact type exposes the following members:

Constructors

NameDescription
Contact()Initializes a new instance of the Contact class

Properties

NameDescription
idGets object identification information
genderGets or sets gender of a person.
locationGets or sets location
office_locationGets or sets office location
free_busy_locationGets or sets URL path from which a client can retrieve free/busy information for the contact as an iCal file
computer_network_nameGets or sets a name of the mail user’s computer network.
preferred_text_encodingGets or sets preferred encoding for all text properties
initialsGets or sets an initials
display_nameGets or sets a display name
prefixGets or sets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on.
given_nameGets or sets a given name that is a part of a person’s full name.
A given name is also known as a personal name, first name, forename, or Christian name.
middle_nameGets or sets a middle name that is a part of a person’s full name.
In some countries people have an additional (middle) name.
surnameGets or sets a surname that is a part of a person’s full name.
Surname is also known as family name or last name.
suffixGets or sets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on.
notesGets or sets a notes
notes_formatGets or sets a format of a notes field.
nicknameGets or sets a nickname of a person.
photoGets or sets an image of contact
company_nameGets or sets a company name.
professionGets or sets a job position of a person in a company.
job_titleGets or sets a job title.
department_nameGets or sets a department name.
file_asGets or sets a name used for sorting.
file_as_mappingGets or sets a value which specifies how to generate and recompute the value of the FileAs property
when other contact name properties change.
accountContains the alias of an Address Book object, which is an alternative name by which the object can be identified.
organizational_id_numberContains an identifier for the mail user used within the mail user’s organization.
customer_idGets or sets a customer id
government_id_numberGets or sets a government id number
hobbiesGets or sets a hobbies
languageGets or sets a language
email_addressesGets list of email addresses
physical_addressesGets list of postal addresses
phone_numbersGets list of phone numbers
urlsGets list of urls
eventsGets list of events
instant_messengersGets list of instant messenger addresses
associated_personsGets list of associated persons
attachmentsGets attachments collection

Methods

NameDescription
save(stream)
save(file_path)
save(file_path, save_options)
save(file_path, save_format)
save(stream, save_format)
save(stream, save_options)
load(file_path)
load(file_path, format)
load(stream)
load(stream, format)

See Also