EmailMailboxUpdateMeetingResponseRequest
EmailMailboxUpdateMeetingResponseRequest
EmailMailboxUpdateMeetingResponseRequest
EmailMailboxUpdateMeetingResponseRequest
Class
Definition
Details of a request from a client to update a meeting response.
public : sealed class EmailMailboxUpdateMeetingResponseRequest : IEmailMailboxUpdateMeetingResponseRequestpublic sealed class EmailMailboxUpdateMeetingResponseRequest : IEmailMailboxUpdateMeetingResponseRequestPublic NotInheritable Class EmailMailboxUpdateMeetingResponseRequest Implements IEmailMailboxUpdateMeetingResponseRequest// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Used in your UpdateMeetingResponseRequested event handler. Use the instance of this class that's returned by the EmailMailboxUpdateMeetingResponseRequestEventArgs.Request property.
Properties
Comment Comment Comment Comment
Gets the comment to be used in updating the meeting response.
public : PlatForm::String Comment { get; }public string Comment { get; }Public ReadOnly Property Comment As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The comment text.
EmailMailboxId EmailMailboxId EmailMailboxId EmailMailboxId
Gets the mailbox ID of the mailbox that holds the meeting response to be updated.
public : PlatForm::String EmailMailboxId { get; }public string EmailMailboxId { get; }Public ReadOnly Property EmailMailboxId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A mailbox ID.
EmailMessageId EmailMessageId EmailMessageId EmailMessageId
Gets the message ID of the meeting response to be updated.
public : PlatForm::String EmailMessageId { get; }public string EmailMessageId { get; }Public ReadOnly Property EmailMessageId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A message ID.
Response Response Response Response
Gets the response value to be used in updating the meeting response.
public : EmailMeetingResponseType Response { get; }public EmailMeetingResponseType Response { get; }Public ReadOnly Property Response As EmailMeetingResponseType// You can use this property in JavaScript.
- Value
- EmailMeetingResponseType EmailMeetingResponseType EmailMeetingResponseType EmailMeetingResponseType
An EmailMeetingResponseType value specifying the new response in the updated meeting response.
SendUpdate SendUpdate SendUpdate SendUpdate
Gets a value that indicates whether an update should be sent to the meeting owner when the meeting response is updated.
public : PlatForm::Boolean SendUpdate { get; }public bool SendUpdate { get; }Public ReadOnly Property SendUpdate As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
When true, notify the owner that the meeting response has been updated.
Subject Subject Subject Subject
Gets the subject to be used on the updated meeting response.
public : PlatForm::String Subject { get; }public string Subject { get; }Public ReadOnly Property Subject As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The subject, as text.
Methods
ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()
Informs the email client that the request was processed successfully.
public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous update operation on an EmailMailboxUpdateMeetingResponseRequest.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Informs the client that the request was not processed successfully.
public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous update operation on an EmailMailboxUpdateMeetingResponseRequest.