IRecipient Properties (Windows CE 5.0)
The IRecipient interface reads the properties described in the following table.
Properties in Vtable Order
Property | Description |
---|---|
Address
|
Returns the e-mail address of the recipient. This property is required and cannot be set to NULL. You can set this property directly or with the Resolve method of the IPOlRecipient interface.
On the desktop Outlook Object Model, this is a read-only property and always set with Resolve. Pocket Outlook may not always have access to the Contacts database (for example, if it is only on the server). Thus, the property is read/write. |
Name
|
Returns the display name of the recipient. |
Return Values
Each property method supports the standard HRESULT return values, including S_OK.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.
See Also
Send Feedback on this topic to the authors