Messaging Sample Application
Messaging Sample Application
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Microsoft® Exchange Server 2003 provides a powerful platform for users to send and receive electronic messages. The CDO for Exchange 2000 Server (CDOEX) Component Object Model (COM) component provides a set of COM classes that you can use in your application to create, access, modify, and send messages in Internet standard formats. CDOEX messaging objects can directly bind to messages in the Exchange store by using the Exchange OLE DB (ExOLEDB) provider, and can send, forward, and reply to messages as well as add attachments to messages.
Messaging Sample Application Components
The Messaging sample application consists of a Microsoft Visual Basic® executable that can be used to send, forward, and reply to messages. The Messaging sample application can also add attachments to messages and provides a view of the messages in a specified mailbox store.
The following topics provide more information about the Messaging sample application.
Navigating the Messaging Sample Application Source Code