email - Where MAPI fields of mails are stored -


i trying programatically achieve communication thread tracking outlook. have found this article on msdn. , fiddled bit. seems possible tracking pr_conversation_index developing outlook add in.

however achieve similar functionality in java. since quite new mapi development, not quite clear pr_conversation_index stored in .msg file or somewhere in exchange server access using mapi.

  • i want know if possible intercept incoming / outgoing message , obtain pr_conversation_index using java. if pr_conversation_index stored in .msg file must able parse such file in java , obtain same.
  • if not stored in .msg file know stored , how can access using java.

i don't think extended mapi header files ever translated java. use c++ (or delphi).


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -