T
T-rev
I have a problem with the method SortTable at the moment.
If I get a SortTable call simply sorting, I pass it onto the Mapi underlying
table object and it sorts fine and returns S_OK.
But if I try to do any form of grouping on this object it fails with
MAPI_E_TOO_COMPLEX, does anyone know what may be wrong with my table object?
Does it understand grouping by default, or do I need to implement my own
grouping?
Ie. order by subject - works fine.
order by subject and grouped by subject (expanded or collapsed) - both fail.
Any Ideas?
If I get a SortTable call simply sorting, I pass it onto the Mapi underlying
table object and it sorts fine and returns S_OK.
But if I try to do any form of grouping on this object it fails with
MAPI_E_TOO_COMPLEX, does anyone know what may be wrong with my table object?
Does it understand grouping by default, or do I need to implement my own
grouping?
Ie. order by subject - works fine.
order by subject and grouped by subject (expanded or collapsed) - both fail.
Any Ideas?