IDistList::GetContentsTable
HRESULT GetContentsTable(
ULONG ulFlags,
LPMAPITABLE FAR * lppTable
);
Returns the address to the contents table of the distribution list.
- Returns one of the following values:
S_OK | The contents table was successfully retrieved. |
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. |
MAPI_E_NO_SUPPORT | The container has no contents and cannot provide a contents table. |
- ulFlags
- Bitmask of flags that control how the contents table is returned. The following flags can be set:
MAPI_DEFERRED_ERRORS | Currently not supported by Internet Explorer Address Book. |
MAPI_UNICODE | Indicates the returned strings are in Unicode format. If this flag is not set, the strings are in ANSI format. Not supported in the first version of Internet Explorer Address Book. |
- lppTable
- Returned table object containing the contents table.
Back to top
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.