IExchangeModifyTable::GetTable
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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. |
See Also
Reference
IExchangeModifyTable : IUnknown