EmailMailboxUpdateMeetingResponseRequest 类

定义

客户端请求更新会议响应的详细信息。

public ref class EmailMailboxUpdateMeetingResponseRequest 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 EmailMailboxUpdateMeetingResponseRequest 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 EmailMailboxUpdateMeetingResponseRequest
Public NotInheritable Class EmailMailboxUpdateMeetingResponseRequest
继承
Object Platform::Object IInspectable EmailMailboxUpdateMeetingResponseRequest
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
email emailSystem

注解

UpdateMeetingResponseRequested 事件处理程序中使用。 使用 由 EmailMailboxUpdateMeetingResponseRequestEventArgs.Request 属性返回的此类的实例。

属性

Comment

获取用于更新会议响应的注释。

EmailMailboxId

获取保存要更新的会议响应的邮箱的邮箱 ID。

EmailMessageId

获取要更新的会议响应的消息 ID。

Response

获取用于更新会议响应的响应值。

SendUpdate

获取一个值,该值指示更新会议响应时是否应将更新发送给会议所有者。

Subject

获取要用于更新的会议响应的主题。

方法

ReportCompletedAsync()

通知电子邮件客户端请求已成功处理。

ReportFailedAsync()

通知客户端请求未成功处理。

适用于