EmailMailbox.TryForwardMeetingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously attempts to forward a meeting request.
public:
virtual IAsyncOperation<bool> ^ TryForwardMeetingAsync(EmailMessage ^ meeting, IIterable<EmailRecipient ^> ^ recipients, Platform::String ^ subject, EmailMessageBodyKind forwardHeaderType, Platform::String ^ forwardHeader, Platform::String ^ comment) = TryForwardMeetingAsync;
IAsyncOperation<bool> TryForwardMeetingAsync(EmailMessage const& meeting, IIterable<EmailRecipient> const& recipients, winrt::hstring const& subject, EmailMessageBodyKind const& forwardHeaderType, winrt::hstring const& forwardHeader, winrt::hstring const& comment);
public IAsyncOperation<bool> TryForwardMeetingAsync(EmailMessage meeting, IEnumerable<EmailRecipient> recipients, string subject, EmailMessageBodyKind forwardHeaderType, string forwardHeader, string comment);
function tryForwardMeetingAsync(meeting, recipients, subject, forwardHeaderType, forwardHeader, comment)
Public Function TryForwardMeetingAsync (meeting As EmailMessage, recipients As IEnumerable(Of EmailRecipient), subject As String, forwardHeaderType As EmailMessageBodyKind, forwardHeader As String, comment As String) As IAsyncOperation(Of Boolean)
Parameters
- meeting
- EmailMessage
The meeting to forward.
- recipients
The list of new recipients.
- subject
-
String
Platform::String
winrt::hstring
The subject of the email.
- forwardHeaderType
- EmailMessageBodyKind
The email message format, HTML or plain text.
- forwardHeader
-
String
Platform::String
winrt::hstring
The email forward header.
- comment
-
String
Platform::String
winrt::hstring
The body of the message.
Returns
A Boolean value indicating if the meeting was successfully forwarded.
Windows requirements
App capabilities |
email
emailSystem
|