尝试使用Microsoft.Exchange.WebServices.Data.Appointment交换创建日历事件。一切正常,直到我将IsOnlineMeeting属性设置为True。这导致错误" Set动作对Property"无效。
在约会对象中,此属性标记为"可设置"。我能够将IsResponseRequested属性设置为true,没有任何问题。有没有人在使用IsOnlineMeeting属性之前遇到过这个问题?
// Summary:
// Gets or sets a value indicating whether this is an online meeting.
public bool IsOnlineMeeting { get; set; }
// Summary:
// Gets or sets a value indicating whether responses are requested when invitations are sent for this meeting.
public bool IsResponseRequested { get; set; }