IExchangeModifyTable::GetTable
Applies to: Outlook 2013 | Outlook 2016
Returns a pointer to an interface for a MAPI table object.
HRESULT GetTable(
ULONG ulFlags,
LPMAPITABLE FAR * lppTable
);
Parameters
ulFlags
[in] Reserved; must be 0 (zero).
ACLTABLE_FREEBUSY
Sets new rights.
frightsFreeBusyDetailed
When ACLTABLE_FREEBUSY is passed, provides a detailed display of new free/busy rights.
frightsFreeBusySimple
When ACLTABLE_FREEBUSY is passed, provides a simple display of new free/busy rights.
lppTable
[out] Points to a IMAPITable : IUnknown interface containing the table object.
MFCMAPI reference
For MFCMAPI sample code, see the following table.
File | Function | Comment |
---|---|---|
RulesDlg.cpp |
CRulesDlg::OnRefreshView |
MFCMAPI uses the IExchangeModifyTable::GetTable method to get a table of rules. |