IExchangeModifyTable::GetTable
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.
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).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