Notes
Getting the right body type during item fetch
- Don't rely on PR_MSG_EDITOR_FORMAT
- Can't really determine content/type in straight forward way.
- Parsing transport headers. ( Not reliable ? )
- Figure out type by iterating through all the 4 types. Recommended ( Handle/Ignore RTF? )
Deleting Mails
Deleting messages - http://msdn.microsoft.com/en-us/library/ms531689(EXCHG.10).aspx
CopyMessages API - http://msdn.microsoft.com/en-us/library/ms527602(EXCHG.10).aspx
libmapi uses MoveCopyMessages with 'bool WantCopy' for moving.