IExchangeModifyTable::ModifyTable

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.

Updates a MAPI table object.

HRESULT ModifyTable( 
  ULONG ulFlags, 
  LPROWLIST lpMods 
); 

Parameters

  • ulFlags
    [in] Use one of the following values:

    • 0 (zero)
      Use the value of the ulRowFlags member of the ROWENTRY structure.

    • ROWLIST_REPLACE
      Replace all the rows in the table.

  • lpMods
    [in] Points to a ROWLIST structure containing the properties for the table object.

MFCMAPI Reference

For MFCMAPI sample code, see the following table.

File

Function

Comment

RulesDlg.cpp

CRulesDlg::OnModifySelectedItem

MFCMAPI uses the IExchangeModifyTable::ModifyTable method to write a modified rule back to the table of rules.

See Also

Reference

IExchangeModifyTable : IUnknown

ROWENTRY

ROWLIST

Concepts

MFCMAPI as a Code Sample