Contents Index Topic Contents | ||
Previous Topic: IMailUser::GetPropList Next Topic: IMailUser::OpenProperty |
IMailUser::GetProps
HRESULT GetProps( LPSPropTagArray lpPropTagArray, ULONG ulFlags, ULONG FAR * lpcValues, LPSPropValue FAR * lppPropArray );Gets property values from a mail user object.
- Returns S_OK if the property values were successfully retrieved, or MAPI_E_INVALID_PARAMETER if zero was passed in the cValues member of the SPropTagArray structure pointed to by lpPropTagArray.
- lpPropTagArray
- SPropTagArray of properties to be retrieved. A NULL value specifies that all properties should be retrieved.
- ulFlags
- MAPI_UNICODE flag. Currently not supported by Internet Explorer Address Book.
- lpcValues
- Returned count of property values returned. This pointer can be NULL if the caller does not want the count of the returned property values.
- lppPropArray
- Returned SPropValue array. Must be freed by the caller.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.