Are you a world traveler? ZoneTick is a cool utility that'll help you stay in touch over multiple time zones!
 
About Exchange Server Folders  
Nik Okuntseff  MS Exchange Server Programming 

About Exchange Server Folders

Exchange Server stores messages in folders. They are MAPI folders. It would be useful to know how one could access Exchange Server folders. For example:
  • How do I access properties of a message in a folder?
  • How do I copy a message from one folder to another?
  • How do I delete a message (or messages) from a folder?
If you were using simplified (and programmer-friendly) messaging environment such as CDO, Visual Basic or Outlook Automation, the task would be easy. Perhaps, it would be possible to describe all aspects of it in one short topic. In case of raw MAPI programming, even with help of EDK, this is not obvious. There is a need in code examples. This chapter is supposed to present such examples. After examining sample code you should be able to understand the concepts. Perhaps you will be able to use these samples for your own situations after adding proper error handling. The examples as presented simply throw exceptions in case of any unexpected condition. Obviously, this is not enough for production code.
 
[ Contents | Home ]

Send comments and suggestions to niko@wrconsulting.com
Copyright © 1997-1998 by Nik Okuntseff