EmailMailboxProposeNewTimeForMeetingRequest Class

Definition

Details of a request to propose a new time for a meeting.

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
Inheritance
Object Platform::Object IInspectable EmailMailboxProposeNewTimeForMeetingRequest
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
email emailSystem

Remarks

Used in your ProposeNewTimeForMeetingRequested event handler. Use the instance of this class that's returned by the EmailMailboxProposeNewTimeForMeetingRequestEventArgs.Request property.

Properties

Comment

Gets the comment to be added to the proposal for a new meeting time.

EmailMailboxId

Gets the mailbox ID to use to send the proposed new meeting time.

EmailMessageId

Gets the message ID of the meeting invitation for which a new time is being proposed.

NewDuration

Gets the proposed new duration of the meeting.

NewStartTime

Gets the proposed new start time for the meeting.

Subject

Gets the subject of the proposal for a new meeting time.

Methods

ReportCompletedAsync()

Informs the email client that the request was processed successfully.

Successful completion of the asynchronous operation indicates that the proposal was sent successfully.

ReportFailedAsync()

Informs the client that the request was not processed successfully.

Applies to