MapiContactNamePropertySet
Contents
[
Hide
]MapiContactNamePropertySet class
Inherits: Aspose::Email::Mapi::MapiContactPropertySet
The properties are used to specify the name of the person represented by the contact
Constructors
| Name | Description |
|---|---|
| MapiContactNamePropertySet (5 overloads) | Initializes a new instance of MapiContactNamePropertySet class |
Methods
| Name | Description |
|---|---|
| get_DisplayName | Gets the full name of the contact |
| get_DisplayNamePrefix | Gets the title of the contact |
| get_FileUnder | Gets the name under which to file this contact when displaying a list of contacts |
| get_FileUnderID | Gets a value specifying how to generate and recompute the |
| get_Generation | Gets the generation suffix of the contact |
| get_GivenName | Gets the given name (first name) of the contact |
| get_Initials | Gets the initials of the contact |
| get_MiddleName | Gets the middle name of the contact |
| get_Nickname | Gets the nickname of the contact |
| get_Surname | Gets the surname (family name) of the contact |
| set_DisplayName | Sets the full name of the contact |
| set_DisplayNamePrefix | Sets the title of the contact |
| set_FileUnder | Sets the name under which to file this contact when displaying a list of contacts |
| set_FileUnderID | Sets a value specifying how to generate and recompute the |
| set_Generation | Sets the generation suffix of the contact |
| set_GivenName | Sets the given name (first name) of the contact |
| set_Initials | Sets the initials of the contact |
| set_MiddleName | Sets the middle name of the contact |
| set_Nickname | Sets the nickname of the contact |
| set_Surname | Sets the surname (family name) of the contact |
| SetOwner | Implements Aspose::Email::Mapi::MapiContactPropertySet . |
| ToVCard | Converts this MapiContactNamePropertySet into vCard properties and adds them to the specified VCardHeaderList |