INFO: Object Support for IExchangeExportChanges (181409)



The information in this article applies to:

  • Microsoft Exchange Development Kit (EDK) 5.0
  • Microsoft Extended Messaging Application Programming Interface (MAPI)

This article was previously published under Q181409

SUMMARY

The Platform Software Development Kit (SDK) documentation discusses IExchangeExportChanges and what MAPI objects expose this interface. The documentation contends that Information Store objects implement this interface.

MORE INFORMATION

This is misleading in that only objects contained in an Information Store such as folders and messages expose this interface. If you try to access this interface through an Information Store object directly, you will get this error:
MAPI_E_INTERFACE_NOT_SUPPORTED (0x80004002)

REFERENCES

Platform Software Development Kit
Exchange Development Kit

Modification Type:MinorLast Reviewed:8/18/2005
Keywords:kbAPI kbinfo kbMsg KB181409