EmailMailboxProposeNewTimeForMeetingRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为会议建议新时间的请求的详细信息。
public ref class EmailMailboxProposeNewTimeForMeetingRequest 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 EmailMailboxProposeNewTimeForMeetingRequest 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 EmailMailboxProposeNewTimeForMeetingRequest
Public NotInheritable Class EmailMailboxProposeNewTimeForMeetingRequest
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
应用功能 |
email
emailSystem
|
注解
在 ProposeNewTimeForMeetingRequested 事件处理程序中使用。 使用 由 EmailMailboxProposeNewTimeForMeetingRequestEventArgs.Request 属性返回的此类的实例。
属性
Comment |
获取要添加到新会议时间的建议中的注释。 |
EmailMailboxId |
获取用于发送建议的新会议时间的邮箱 ID。 |
EmailMessageId |
获取要为其建议新时间的会议邀请的消息 ID。 |
NewDuration |
获取建议的新会议持续时间。 |
NewStartTime |
获取会议的建议新开始时间。 |
Subject |
获取新会议时间的建议的主题。 |
方法
ReportCompletedAsync() |
通知电子邮件客户端请求已成功处理。 异步操作的成功完成表示建议已成功发送。 |
ReportFailedAsync() |
通知客户端请求未成功处理。 |