Read out of office from exchange server for other users

对着背影说爱祢 提交于 2019-12-25 02:43:39

问题


Is it possible to pull out of office information for different users (not the current user) from MS Exchange 2010 SP2 by consuming EWS through jDeveloper.


回答1:


Sure, OOF on/off is just a property on the mailbox store.

Assuming you are using the Outlook Object Model, you can access the PR_OOF_STATE MAPI property (DASL name http://schemas.microsoft.com/mapi/proptag/0x661D000B) using Store.PropertyAccessor.GetProperty.



来源:https://stackoverflow.com/questions/20675502/read-out-of-office-from-exchange-server-for-other-users

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!