Contents Index Topic Contents | ||
Previous Topic: IDistList::GetNamesFromIDs Next Topic: IDistList::GetProps |
IDistList::GetPropList
HRESULT GetPropList( ULONG ulFlags, LPSPropTagArray FAR * lppPropTagArray );Retrieves a list of the property tags on the object.
- Returns one of the following values:
S_OK All of the property tags were returned successfully. MAPI_E_BAD_CHARWIDTH Either the MAPI_UNICODE flag was set and the implementation does not support Unicode, or MAPI_UNICODE was not set and the implementation only supports Unicode.
- ulFlags
- Must be zero for Internet Explorer Address Book.
- lppPropTagArray
- Returned property tag array. Must be freed by the caller if a non-NULL value is returned.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.