EmailMailboxUpdateMeetingResponseRequestEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装有关更新会议响应的请求的信息。
public ref class EmailMailboxUpdateMeetingResponseRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxUpdateMeetingResponseRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxUpdateMeetingResponseRequestEventArgs
Public NotInheritable Class EmailMailboxUpdateMeetingResponseRequestEventArgs
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
应用功能 |
email
emailSystem
|
注解
使用此类的实例,该实例作为参数传递给 UpdateMeetingResponseRequested 事件处理程序。
属性
Request |
获取与此请求关联的 EmailMailboxUpdateMeetingResponseRequest 对象。 |
方法
GetDeferral() |
获取此操作的延迟对象。 |