EmailMailbox.TryProposeNewTimeForMeetingAsync Method

Definition

Asynchronously attempts to send a meeting request proposing a new time.

public:
 virtual IAsyncOperation<bool> ^ TryProposeNewTimeForMeetingAsync(EmailMessage ^ meeting, DateTime newStartTime, TimeSpan newDuration, Platform::String ^ subject, Platform::String ^ comment) = TryProposeNewTimeForMeetingAsync;
IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(EmailMessage const& meeting, DateTime const& newStartTime, TimeSpan const& newDuration, winrt::hstring const& subject, winrt::hstring const& comment);
public IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(EmailMessage meeting, System.DateTimeOffset newStartTime, System.TimeSpan newDuration, string subject, string comment);
function tryProposeNewTimeForMeetingAsync(meeting, newStartTime, newDuration, subject, comment)
Public Function TryProposeNewTimeForMeetingAsync (meeting As EmailMessage, newStartTime As DateTimeOffset, newDuration As TimeSpan, subject As String, comment As String) As IAsyncOperation(Of Boolean)

Parameters

meeting
EmailMessage

The meeting for which to propose a new time.

newStartTime
DateTime DateTimeOffset

The proposed new time for the meeting to start.

newDuration
TimeSpan TimeSpan

The proposed duration of the meeting.

subject
String

Platform::String

winrt::hstring

The subject of the meeting email.

comment
String

Platform::String

winrt::hstring

The body of the message.

Returns

A Boolean value indicating if the proposed meeting message was successfully sent.

Windows requirements

App capabilities
email emailSystem

Applies to