ROWLIST

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Header file:

Edkmdb.h

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

Reference

ROWENTRY

IExchangeModifyTable : IUnknown

Concepts

MAPI Structures