IPerson Interface
Topic Last Modified: 2006-06-13
Manage a contact who may have a Microsoft® Exchange Server mailbox.
CLSID
CD000127-8B95-11D1-82DB-00C04FB1625D
Extends
IDispatch
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Member Summary
The following table lists the properties of the IPerson interface.
Name | Description |
---|---|
Contains the Company name for the person contact. |
|
Returns the IConfiguration Interface on the person contact. |
|
Returns the IDataSource Interface on the implementing object. This property is read-only. |
|
Contains the primary e-mail address of the person contact. |
|
Contains the secondary e-mail address of the person contact. |
|
Contains the tertiary e-mail address of the person contact. |
|
Contains a list of valid e-mail addresses of the person contact. |
|
Returns the Microsoft ActiveX® Data Objects (ADO) Fields object for the person contact. This property is read-only. |
|
Defines how the contact is displayed in the folder view. |
|
Defines how to construct what is displayed for the person contact. |
|
Contains the first name of the person contact. |
|
Contains the home city name of the person contact. |
|
Contains the home country/region name of the person contact. |
|
Contains the home fax number of the person contact. |
|
Contains the home telephone number of the person contact. |
|
Contains the home postal address street number of the person contact. This property is read-only. |
|
Contains the home postal code (zip code for United States addresses) of the person contact. |
|
Contains the post office box number of the person contact. |
|
Contains the home state of the person contact. |
|
Contains the home street of the person contact. |
|
Contains the initials of the person contact. |
|
Contains the last name of the person contact. |
|
Contains the postal mailing address of the person contact. This property is read-only. |
|
Identifies which address is the mailing address of the person contact. |
|
Contains the middle name of the person contact. |
|
Contains the mobile telephone number of the person contact. |
|
Contains the title to precede the name of the person contact. |
|
Contains the generation qualifier. Contains the title to follow the name of the person contact. |
|
The work title or job position of the contact. |
|
Contains the work city of the person contact. |
|
Contains the work country/region of the person contact. |
|
Contains the work fax number of the person contact. |
|
Contains the work pager number of the person contact. |
|
Contains the work telephone number of the person contact. |
|
Contains the work postal address street number of the person contact. This property is read-only. |
|
Contains the work postal code (zip code for US addresses) of the person contact. |
|
Contains the work post office box number of the person contact. |
|
Contains the work state of the person contact. |
|
Contains the work street of the person contact. |
The following table lists the methods of the IPerson interface.
Name | Description |
---|---|
Returns the specified dual interface on the object. |
|
Returns the ADO Stream object containing vCard stream information about the contact. |
Remarks
Use the IPerson interface to create an individual contact. Contacts are different from recipients because contacts do not appear in an address book.
If you regularly send mail to an individual, you should create an address entry for that individual using the IAddressee Interface.