IDistList::GetPropsIDistList::GetProps*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IDistList::GetPropList
*Next Topic: IDistList::GetSearchCriteria

IDistList::GetProps

HRESULT GetProps(
    LPSPropTagArray lpPropTagArray,
    ULONG ulFlags,
    ULONG FAR * lpcValues,
    LPSPropValue FAR * lppPropArray
);

Retrieves the property tag information for the distribution list items.

lpPropTagArray
Address of an SPropTagArray structure of properties whose values are to be retrieved. A NULL value specifies that all properties should be retrieved.
ulFlags
MAPI_UNICODE flag. Not supported by Internet Explorer Address Book.
lpcValues
Returned value that represents the number of property values returned. If lppPropArray is NULL, the contents of the lpcValues parameter is zero.
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.