Contents Index Topic Contents | ||
Previous Topic: IABTable::SetCollapseState Next Topic: IABTable::SortTable |
IABTable::SetColumns
HRESULT SetColumns( LPSPropTagArray lpPropTagArray, ULONG ulFlags );Defines the order of property values, and the order of properties to appear as columns in a table.
- Returns one of the following values:
S_OK The column setting operation was successful. MAPI_E_BUSY Another operation is in progress that prevents the column setting operation from starting. Either the operation in progress should be allowed to complete, or it should be stopped.
- lpPropTagArray
- Address of an SPropTagArray structure containing a counted array of property tags corresponding to the desired table columns. The lpPropTagArray parameter cannot be set to NULL; every table must have one column as a minimum.
- ulFlags
- Flags specifying asynchronous operation. For Internet Explorer Address Book, this value must be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.