IMailUser::GetPropsIMailUser::GetProps*
*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.

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.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.