다음을 통해 공유


ROWLIST

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

Reference

ROWENTRY

IExchangeModifyTable : IUnknown

Concepts

MAPI Structures