EmailMailboxProposeNewTimeForMeetingRequest
EmailMailboxProposeNewTimeForMeetingRequest
EmailMailboxProposeNewTimeForMeetingRequest
EmailMailboxProposeNewTimeForMeetingRequest
Class
Definition
Details of a request to propose a new time for a meeting.
public : sealed class EmailMailboxProposeNewTimeForMeetingRequest : IEmailMailboxProposeNewTimeForMeetingRequestpublic sealed class EmailMailboxProposeNewTimeForMeetingRequest : IEmailMailboxProposeNewTimeForMeetingRequestPublic NotInheritable Class EmailMailboxProposeNewTimeForMeetingRequest Implements IEmailMailboxProposeNewTimeForMeetingRequest// 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 ProposeNewTimeForMeetingRequested event handler. Use the instance of this class that's returned by the EmailMailboxProposeNewTimeForMeetingRequestEventArgs.Request property.
Properties
Comment Comment Comment Comment
Gets the comment to be added to the proposal for a new meeting time.
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, as text.
EmailMailboxId EmailMailboxId EmailMailboxId EmailMailboxId
Gets the mailbox ID to use to send the proposed new meeting time.
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 invitation for which a new time is being proposed.
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.
NewDuration NewDuration NewDuration NewDuration
Gets the proposed new duration of the meeting.
public : TimeSpan NewDuration { get; }public TimeSpan NewDuration { get; }Public ReadOnly Property NewDuration As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The new duration of the meeting.
NewStartTime NewStartTime NewStartTime NewStartTime
Gets the proposed new start time for the meeting.
public : DateTime NewStartTime { get; }public DateTimeOffset NewStartTime { get; }Public ReadOnly Property NewStartTime As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The new start time.
Subject Subject Subject Subject
Gets the subject of the proposal for a new meeting time.
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
A subject line. Data providers that use email use this value for the Subject of the email.
Methods
ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()
Informs the email client that the request was processed successfully.
Successful completion of the asynchronous operation indicates that the proposal was sent successfully.
public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous move operation on an EmailMailboxProposeNewTimeForMeetingRequest.
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 proposal operation on an EmailMailboxProposeNewTimeForMeetingRequest.