English 中文(简体)
EWS的预约提醒
原标题:EWS appointment reminders

我正在通过 EWS 获得帐户的约会项目,作为 CalendarItemType 对象……这会得到一个 AppointmentState 项目。 我正在通过 EWS 獲取帳戶的約會項目,作為 CalendarItemType 對象......這會得到一個 AppointmentState 項目。

我查了MSDN,它只有(无参与者,会议中,已收到,已取消,已转发的值)。

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.)

问题回答

我的猜测是,当用户选择“推迟”约会时,Outlook会相应地更改属性ReminderMinutesBeforeStart(注意,我正在引用EWS托管API)。





相关问题
Search EWS CalendarItems with last modified time

I m searching for CalendarItems with Exchange Web Services. In the documentation on MSDN there is a field named LastModifiedTime. How do I query CalendarItems by LastModifiedTime with Exchange Server ...

EWS的预约提醒

我正在通过ews获取一个账户的约会项目,作为CalendarItemType对象...其中一个项目拥有AppointmentState。 我查阅了MSDN,只列举了(noattendees, is meeting, received, canceled,...)

How to get contact list from Exchange Server?

Can anyone tell me the simplest way to get a contact list from Exchange Server? I m using C# From what I found out, Exchange Web Services only exists for Exchange Server 2007 and beyond. That would ...

Using ExchangeService to Add Appointment Occurances

The target is someone s Exchange Calendar (2007). I want to add a simple "Appointment Occurance" to someone s calendar. This code works (I am using the Microsoft.Exchange.WebServices.dll): service = ...

热门标签