Contact Class |
Namespace: Aspose.Email.PersonalInfo
The Contact type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contact | Initializes a new instance of the Contact class |
Name | Description | |
---|---|---|
![]() | Account |
Contains the alias of an Address Book object, which is an alternative name by which the object can be identified.
|
![]() | AssociatedPersons |
Gets list of associated persons
|
![]() | Attachments |
Gets attachments collection
|
![]() | CompanyName |
Gets or sets a company name.
|
![]() | ComputerNetworkName |
Gets or sets a name of the mail user's computer network.
|
![]() | CustomerId |
Gets or sets a customer id
|
![]() | DepartmentName |
Gets or sets a department name.
|
![]() | DisplayName |
Gets or sets a display name
|
![]() | EmailAddresses |
Gets list of email addresses
|
![]() | Events |
Gets list of events
|
![]() | FileAs |
Gets or sets a name used for sorting.
|
![]() | FileAsMapping |
Gets or sets a value which specifies how to generate and recompute the value of the FileAs property
when other contact name properties change.
|
![]() | FreeBusyLocation |
Gets or sets URL path from which a client can retrieve free/busy information for the contact as an iCal file
|
![]() | Gender |
Gets or sets gender of a person.
|
![]() | GivenName |
Gets 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.
|
![]() | GovernmentIdNumber |
Gets or sets a government id number
|
![]() | Hobbies |
Gets or sets a hobbies
|
![]() | Id |
Gets object identification information
|
![]() | Initials |
Gets or sets an initials
|
![]() | InstantMessengers |
Gets list of instant messenger addresses
|
![]() | JobTitle |
Gets or sets a job title.
|
![]() | Language |
Gets or sets a language
|
![]() | Location |
Gets or sets location
|
![]() | MiddleName |
Gets or sets a middle name that is a part of a person's full name.
In some countries people have an additional (middle) name.
|
![]() | Nickname |
Gets or sets a nickname of a person.
|
![]() | Notes |
Gets or sets a notes
|
![]() | NotesFormat |
Gets or sets a format of a notes field.
|
![]() | OfficeLocation |
Gets or sets office location
|
![]() | OrganizationalIdNumber |
Contains an identifier for the mail user used within the mail user's organization.
|
![]() | PhoneNumbers |
Gets list of phone numbers
|
![]() | Photo |
Gets or sets an image of contact
|
![]() | PhysicalAddresses |
Gets list of postal addresses
|
![]() | PreferredTextEncoding |
Gets or sets preferred encoding for all text properties
|
![]() | Prefix |
Gets or sets a prefix of a full name such like Mr.(mister), Dr.(doctor) and so on.
|
![]() | Profession |
Gets or sets a job position of a person in a company.
|
![]() | Suffix |
Gets or sets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on.
|
![]() | Surname |
Gets or sets a surname that is a part of a person's full name.
Surname is also known as family name or last name.
|
![]() | Urls |
Gets list of urls
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Load(Stream) |
Loads contact data
|
![]() ![]() | Load(String) |
Loads contact data
|
![]() ![]() | Load(Stream, ContactLoadFormat) |
Loads contact data
|
![]() ![]() | Load(String, ContactLoadFormat) |
Loads contact data
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Save(Stream) |
Saves this MapiContact into the given stream with vCard format.
The supported vCard version is 2.1
|
![]() | Save(String) |
Saves this MapiContact to the vCard file with a default options.
The supported vCard version is 2.1
|
![]() | Save(Stream, ContactSaveFormat) |
Saves this Contact to the given stream with a format using the default options.
|
![]() | Save(Stream, ContactSaveOptions) |
Saves this Contact to the given stream using specified save options.
|
![]() | Save(String, ContactSaveFormat) |
Saves this MapiContact to the specified file with a format using the default options.
The supported save format is vCard.
|
![]() | Save(String, ContactSaveOptions) |
Saves this MapiContact into file using specified save options.
The supported save options is VCardSaveOptions |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (Contact to MapiContact) |
Converts Contact to MapiContact object
|
![]() ![]() | (MapiContact to Contact) |
Converts MapiContact to Contact object
|