简体   繁体   中英

Reading Outlook Mapi properties using Java

I wanted to read the outlook email properties using Java. Is there a way to do read the outlook Mapi Properties using Java ?

Thanks in Advance

What API are you using? If it is Outlook Object Model, you can use MailItem.PropertyAccessor.GetProperty : http://msdn.microsoft.com/en-us/library/bb207521(v=office.12).aspx .

You tagged your question as "MAPI", but keep in mind that you cannot use Extended MAPI directly in Java, but you can use (through Jacob) a COM wrapper such as Redemption . Its RDO family of objects is an Extended MAPI wrapper that can be used without Outlook Object Model, both in a regular app and in a service (OOM cannot be used in a service).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM