An IMAPITable::SortTable operation is in progress.
lpulTableType
[out] Pointer to a value that indicates the table's type. One of the following three table types can be returned:
TBLTYPE_DYNAMIC
The table's contents are dynamic; the rows and column values can change as the underlying data changes.
TBLTYPE_KEYSET
The rows within the table are fixed, but the values of the columns within these rows are dynamic and can change as the underlying data changes.
TBLTYPE_SNAPSHOT
The table is static, and its contents do not change when the underlying data changes.
Return Values
S_OK
The table's status was successfully returned.
Remarks
The IMAPTable::GetStatus method retrieves information about a table's type and current status.
Notes to Callers
You can use GetStatus in conjunction with three other IMAPITable methods to monitor the status of those operations and determine the affect on the table. Call GetStatus after making one of the following IMAPITable calls: