Platform SDK: MAPI |
The IMAPISupport::ModifyStatusRow method modifies the status table by adding a new row or modifying an existing row.
HRESULT ModifyStatusRow( ULONG cValues, LPSPropValue lpColumnVals, ULONG ulFlags );
The IMAPISupport::ModifyStatusRow method is implemented for all service provider support objects. Service providers call ModifyStatusRow at logon time to add a row to the status table and at other times during the session to update the row. ModifyStatusRow provides MAPI with the information necessary to build the status table.
Set the STATUSROW_UPDATE flag when you call ModifyStatusRow to make changes to the properties in your existing status table row. Doing so informs MAPI that only the columns being changed are passed in the lpColumnVals parameter.
Clients can use the information in the status table to access your status object.
For a complete list of columns that you should include in your status table row, see Status Table.