EmailMailboxForwardMeetingRequest Class

Definition

Details of a request to forward a meeting invitation.

public ref class EmailMailboxForwardMeetingRequest 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 EmailMailboxForwardMeetingRequest 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 EmailMailboxForwardMeetingRequest
Public NotInheritable Class EmailMailboxForwardMeetingRequest
Inheritance
Object Platform::Object IInspectable EmailMailboxForwardMeetingRequest
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 ForwardMeetingRequested event handler. Use the instance of this class returned by the EmailMailboxForwardMeetingRequestEventArgs.Request property.

Properties

Comment

Gets the comment to be added to the forwarded meeting invitation. When a data provider forwards an invitation as an email message, the comment appears between the forward header and the body of the forwarded invitation.

EmailMailboxId

Gets the mailbox ID for the meeting invitation to be forwarded.

EmailMessageId

The message ID of the meeting invitation to be forwarded.

ForwardHeader

Gets the forward header for the forwarded invitation. The forward header is the set of message headers that appear at the beginning of the email message that holds the invitation. It is only used by data providers that generate emails when forwarding invitations.

ForwardHeaderType

Gets the forward header type.

Recipients

Gets the list of recipients for the forwarded meeting invitation.

Subject

Gets the subject of the forwarded meeting invitation.

Methods

ReportCompletedAsync()

Informs the email client that the request was processed successfully.

Successful completion of the asynchronous operation indicates that the meeting invitation was forwarded successfully.

ReportFailedAsync()

Informs the client that the request was not processed successfully.

Applies to