Platform SDK: Exchange Server

IExchangeModifyTable::ModifyTable

The ModifyTable method updates a MAPI table object.

HRESULT ModifyTable(
  ULONG ulFlags,     
  LPROWLIST lpMods   
);
 

Parameters

ulFlags
Input parameter. Use one of the following values:
0 (zero)
Use the value of the ulRowFlags member of the ROWENTRY structure.
ROWLIST_REPLACE
Replace all the rows in the table.
lpMods
Input parameter. Points to a ROWLIST structure containing the properties for the table object.

Return Values

See Return Values.

See Also

GetTable, IExchangeModifyTable