ROWLIST

Applies to: Outlook 2013 | Outlook 2016

Contains an array of ROWENTRY structures representing rows and the operations that are performed on those rows in a table through the IExchangeModifyTable interface.

typedef struct
{
  ULONG     cEntries;
  ROWENTRY  aEntries[MAPI_DIM];
}  ROWLIST, FAR * LPROWLIST;

Members

cEntries

Count of entries in the array specified by the aEntries member.

aEntries[MAPI_DIM]

Array of ROWENTRY structures that contains the rows and the operations that are performed on those rows in the table.

MFCMAPI reference

For MFCMAPI sample code, see the following table.

File Function Comment
RulesDlg.cpp
CRulesDlg::GetSelectedItems
Used to build a list of selected rules for subsequent ModifyTable actions.

See also

ROWENTRY

IExchangeModifyTable : IUnknown

MAPI Structures