Contact

Contact class

Inherits: Aspose::Email::IPreferredTextEncodingProvider

Represents contact information.

Constructors

NameDescription
Contact

Methods

NameDescription
get_AccountContains the alias of an Address Book object, which is an alternative name by which the object can be identified.
get_AssociatedPersonsGets list of associated persons
get_AttachmentsGets attachments collection
get_CompanyNameGets a company name.
get_ComputerNetworkNameGets a name of the mail user’s computer network.
get_CustomerIdGets a customer id
get_DepartmentNameGets a department name.
get_DisplayNameGets a display name
get_EmailAddressesGets list of email addresses
get_EventsGets list of events
get_ExtendedPropertiesGets extended properties of contact
get_FileAsGets a name used for sorting.
get_FileAsMappingGets a value which specifies how to generate and recompute the value of the FileAs property when other contact name properties change.
get_FreeBusyLocationGets URL path from which a client can retrieve free/busy information for the contact as an iCal file
get_GenderGets gender of a person.
get_GivenNameGets 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.
get_GovernmentIdNumberGets a government id number
get_HobbiesGets a hobbies
get_IdGets object identification information
get_InitialsGets an initials
get_InstantMessengersGets list of instant messenger addresses
get_JobTitleGets a job title.
get_LanguageGets a language
get_LocationGets location
get_MiddleNameGets a middle name that is a part of a person’s full name. In some countries people have an additional (middle) name.
get_NicknameGets a nickname of a person.
get_NotesGets a notes
get_NotesFormatGets a format of a notes field.
get_OfficeLocationGets office location
get_OrganizationalIdNumberContains an identifier for the mail user used within the mail user’s organization.
get_PhoneNumbersGets list of phone numbers
get_PhotoGets an image of contact
get_PhysicalAddressesGets list of postal addresses
get_PreferredTextEncodingGets preferred encoding for all text properties
get_PrefixGets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on.
get_ProfessionGets a job position of a person in a company.
get_SuffixGets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on.
get_SurnameGets a surname that is a part of a person’s full name. Surname is also known as family name or last name.
get_UrlsGets list of urls
Load (4 overloads)Loads contact data
parseContacts
Save (6 overloads)Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1
set_AccountContains the alias of an Address Book object, which is an alternative name by which the object can be identified.
set_CompanyNameSets a company name.
set_ComputerNetworkNameSets a name of the mail user’s computer network.
set_CustomerIdSets a customer id
set_DepartmentNameSets a department name.
set_DisplayNameSets a display name
set_FileAsSets a name used for sorting.
set_FileAsMappingSets a value which specifies how to generate and recompute the value of the FileAs property when other contact name properties change.
set_FreeBusyLocationSets URL path from which a client can retrieve free/busy information for the contact as an iCal file
set_GenderSets gender of a person.
set_GivenNameSets 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.
set_GovernmentIdNumberSets a government id number
set_HobbiesSets a hobbies
set_InitialsSets an initials
set_JobTitleSets a job title.
set_LanguageSets a language
set_LocationSets location
set_MiddleNameSets a middle name that is a part of a person’s full name. In some countries people have an additional (middle) name.
set_NicknameSets a nickname of a person.
set_NotesSets a notes
set_NotesFormatSets a format of a notes field.
set_OfficeLocationSets office location
set_OrganizationalIdNumberContains an identifier for the mail user used within the mail user’s organization.
set_PhotoSets an image of contact
set_PreferredTextEncodingSets preferred encoding for all text properties
set_PrefixSets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on.
set_ProfessionSets a job position of a person in a company.
set_SuffixSets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on.
set_SurnameSets a surname that is a part of a person’s full name. Surname is also known as family name or last name.
to_ContactConverts MapiContact to Contact object
to_MapiContactConverts Contact to MapiContact object
ToStringReturns a string that represents the current object.