다음을 통해 공유


EmailMailbox.TryProposeNewTimeForMeetingAsync 메서드

정의

새 시간을 제안하는 모임 요청을 비동기적으로 보내려고 합니다.

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)

매개 변수

meeting
EmailMessage

새 시간을 제안할 모임입니다.

newStartTime
DateTime DateTimeOffset

모임을 시작하기 위한 제안된 새 시간입니다.

newDuration
TimeSpan TimeSpan

제안된 모임 기간입니다.

subject
String

Platform::String

winrt::hstring

모임 전자 메일의 제목입니다.

comment
String

Platform::String

winrt::hstring

메시지의 본문입니다.

반환

제안된 모임 메시지가 성공적으로 전송되었는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상