Contact
Contents
[
Hide
]Contact class
Inherits: Aspose::Email::IPreferredTextEncodingProvider
Represents contact information.
Constructors
| Name | Description |
|---|---|
| Contact |
Methods
| Name | Description |
|---|---|
| get_Account | Contains the alias of an Address Book object, which is an alternative name by which the object can be identified. |
| get_AssociatedPersons | Gets list of associated persons |
| get_Attachments | Gets attachments collection |
| get_CompanyName | Gets a company name. |
| get_ComputerNetworkName | Gets a name of the mail user’s computer network. |
| get_CustomerId | Gets a customer id |
| get_DepartmentName | Gets a department name. |
| get_DisplayName | Gets a display name |
| get_EmailAddresses | Gets list of email addresses |
| get_Events | Gets list of events |
| get_ExtendedProperties | Gets extended properties of contact |
| get_FileAs | Gets a name used for sorting. |
| get_FileAsMapping | Gets a value which specifies how to generate and recompute the value of the FileAs property when other contact name properties change. |
| get_FreeBusyLocation | Gets URL path from which a client can retrieve free/busy information for the contact as an iCal file |
| get_Gender | Gets gender of a person. |
| get_GivenName | Gets 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_GovernmentIdNumber | Gets a government id number |
| get_Hobbies | Gets a hobbies |
| get_Id | Gets object identification information |
| get_Initials | Gets an initials |
| get_InstantMessengers | Gets list of instant messenger addresses |
| get_JobTitle | Gets a job title. |
| get_Language | Gets a language |
| get_Location | Gets location |
| get_MiddleName | Gets a middle name that is a part of a person’s full name. In some countries people have an additional (middle) name. |
| get_Nickname | Gets a nickname of a person. |
| get_Notes | Gets a notes |
| get_NotesFormat | Gets a format of a notes field. |
| get_OfficeLocation | Gets office location |
| get_OrganizationalIdNumber | Contains an identifier for the mail user used within the mail user’s organization. |
| get_PhoneNumbers | Gets list of phone numbers |
| get_Photo | Gets an image of contact |
| get_PhysicalAddresses | Gets list of postal addresses |
| get_PreferredTextEncoding | Gets preferred encoding for all text properties |
| get_Prefix | Gets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on. |
| get_Profession | Gets a job position of a person in a company. |
| get_Suffix | Gets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on. |
| get_Surname | Gets a surname that is a part of a person’s full name. Surname is also known as family name or last name. |
| get_Urls | Gets 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_Account | Contains the alias of an Address Book object, which is an alternative name by which the object can be identified. |
| set_CompanyName | Sets a company name. |
| set_ComputerNetworkName | Sets a name of the mail user’s computer network. |
| set_CustomerId | Sets a customer id |
| set_DepartmentName | Sets a department name. |
| set_DisplayName | Sets a display name |
| set_FileAs | Sets a name used for sorting. |
| set_FileAsMapping | Sets a value which specifies how to generate and recompute the value of the FileAs property when other contact name properties change. |
| set_FreeBusyLocation | Sets URL path from which a client can retrieve free/busy information for the contact as an iCal file |
| set_Gender | Sets gender of a person. |
| set_GivenName | 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. |
| set_GovernmentIdNumber | Sets a government id number |
| set_Hobbies | Sets a hobbies |
| set_Initials | Sets an initials |
| set_JobTitle | Sets a job title. |
| set_Language | Sets a language |
| set_Location | Sets location |
| set_MiddleName | Sets a middle name that is a part of a person’s full name. In some countries people have an additional (middle) name. |
| set_Nickname | Sets a nickname of a person. |
| set_Notes | Sets a notes |
| set_NotesFormat | Sets a format of a notes field. |
| set_OfficeLocation | Sets office location |
| set_OrganizationalIdNumber | Contains an identifier for the mail user used within the mail user’s organization. |
| set_Photo | Sets an image of contact |
| set_PreferredTextEncoding | Sets preferred encoding for all text properties |
| set_Prefix | Sets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on. |
| set_Profession | Sets a job position of a person in a company. |
| set_Suffix | Sets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on. |
| set_Surname | Sets a surname that is a part of a person’s full name. Surname is also known as family name or last name. |
| to_Contact | Converts MapiContact to Contact object |
| to_MapiContact | Converts Contact to MapiContact object |
| ToString | Returns a string that represents the current object. |