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.