Поделиться через


IRecipient Properties (Windows CE 5.0)

Send Feedback

The IRecipient interface reads the properties described in the following table.

Properties in Vtable Order

Property Description
Address
HRESULT get_Address
(/* [out] */ BSTR *pbstrAddress);
HRESULT put_Address
([in] BSTR bstrAddress);
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
HRESULT get_Name
(/* [out] */ BSTR *pbstrName);
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

IRecipient

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.