IMAPITable
The IMAPITable interface provides a read-only view of a table. This interface is used by Message Client applications and Service Providers, to manipulate the way a table appears.
-
IUnknown methods
| IMAPITable methods | Description |
|---|---|
|
IMAPITable::GetLastError |
Not supported — do not use. |
|
IMAPITable::Advise |
Not supported — do not use. |
|
IMAPITable::Unadvise |
Not supported — do not use. |
|
IMAPITable::GetStatus |
Not supported — do not use. |
|
Defines the particular properties and order of properties to appear as columns in the table. | |
|
IMAPITable::QueryColumns |
Not supported — do not use. |
|
Returns the number of rows in the table that meet a set of criteria. | |
|
Moves the cursor to a specified position in the table. | |
|
IMAPITable::SeekRowApprox |
Not supported — do not use. |
|
Retrieves the current table row position of the cursor, based on a fractional value. | |
|
IMAPITable::FindRow |
Not supported — do not use. |
|
Applies a filter to a table, reducing the row set to only those rows matching the specified criteria. | |
|
IMAPITable::CreateBookmark |
Not supported — do not use. |
|
IMAPITable::FreeBookmark |
Not supported — do not use. |
|
Orders the rows of the table based on sort criteria. | |
|
IMAPITable::QuerySortOrder |
Not supported — do not use. |
|
Returns one or more rows from a table, beginning at the current cursor position. | |
|
IMAPITable::Abort |
Not supported — do not use. |
|
IMAPITable::ExpandRow |
Not supported — do not use. |
|
IMAPITable::CollapseRow |
Not supported — do not use. |
|
IMAPITable::WaitForCompletion |
Not supported — do not use. |
|
IMAPITable::GetCollapseState |
Not supported — do not use. |
|
IMAPITable::SetCollapseState |
Not supported — do not use. |