IABContainer::GetContentsTable
HRESULT GetContentsTable(
ULONG ulFlags,
LPMAPITABLE FAR * lppTable
);
Returns a pointer to the contents table of the container.
- 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 provide the ability to specify the returned text type. Can be one of the following:
MAPI_DEFERRED_ERRORS | Not supported by Internet Explorer Address Book. |
MAPI_UNICODE | Indicates the returned strings are in Unicode format. If the MAPI_UNICODE flag is not set, the strings are in ANSI format. Not supported in the first version of Internet Explorer Address Book. |
- lppTable
- Address of the table object containing the contents table.
Back to top
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.