EWS 预约提醒
我正在通过 ews 获取帐户的约会项目作为 CalendarItemType 对象...这有一个项目作为 AppointmentState。
我查看了msdn,它只有(无参加者、正在会议、收到、取消、转发值),
但如何获取提醒值(暂停、取消,例如)以及如果暂停则获得暂停时间 以及预约的当前状态(已取消、已删除,例如)
I'm getting appointment items of an account by ews as CalendarItemType object... this got an item as AppointmentState.
i looked msdn and it has only (noattendees,is meeting,recieved,cancelled,forwaded values)
but how to get reminder values(snooze,dismissed e.g) and if snoozed got snooze time
and the current status of appoinment(cancelled,deleted e.g.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测是,当用户选择“暂停”约会时,属性 ReminderMinutesBeforeStart 由 Outlook 进行相应更改(请注意,我指的是 EWS 托管 API)。
My guess is that when the user chooses to "snooze" an appointment, the property ReminderMinutesBeforeStart is changed accordingly by Outlook (note that I am referring to the EWS Managed API).