EmailMailbox.TryUpdateMeetingResponseAsync 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 respond to a meeting request.
public:
virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(EmailMessage ^ meeting, EmailMeetingResponseType response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage const& meeting, EmailMeetingResponseType const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage meeting, EmailMeetingResponseType response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As EmailMessage, response As EmailMeetingResponseType, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)
Parameters
- meeting
- EmailMessage
The meeting request.
- response
- EmailMeetingResponseType
The response to the meeting request, accept, decline, or tentative.
- subject
-
String
Platform::String
winrt::hstring
The subject of the response email message.
- comment
-
String
Platform::String
winrt::hstring
The body of the response email message.
- sendUpdate
-
Boolean
bool
A Boolean indicating whether or not to send a response to the meeting originator.
Returns
A Boolean value indicating if the response was sent successfully.
Windows requirements
App capabilities |
email
emailSystem
|