AppointmentCalendar.TryForwardMeetingAsync 메서드

정의

모임을 비동기적으로 전달하려고 시도합니다.

public:
 virtual IAsyncOperation<bool> ^ TryForwardMeetingAsync(Appointment ^ meeting, IIterable<AppointmentInvitee ^> ^ invitees, Platform::String ^ subject, Platform::String ^ forwardHeader, Platform::String ^ comment) = TryForwardMeetingAsync;
IAsyncOperation<bool> TryForwardMeetingAsync(Appointment const& meeting, IIterable<AppointmentInvitee> const& invitees, winrt::hstring const& subject, winrt::hstring const& forwardHeader, winrt::hstring const& comment);
public IAsyncOperation<bool> TryForwardMeetingAsync(Appointment meeting, IEnumerable<AppointmentInvitee> invitees, string subject, string forwardHeader, string comment);
function tryForwardMeetingAsync(meeting, invitees, subject, forwardHeader, comment)
Public Function TryForwardMeetingAsync (meeting As Appointment, invitees As IEnumerable(Of AppointmentInvitee), subject As String, forwardHeader As String, comment As String) As IAsyncOperation(Of Boolean)

매개 변수

meeting
Appointment

전달할 모임입니다.

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

전달된 모임을 받을 새 초대자 목록입니다.

subject
String

Platform::String

winrt::hstring

모임 초대의 제목입니다.

forwardHeader
String

Platform::String

winrt::hstring

새 초대를 포함하는 새 모임 헤더입니다.

comment
String

Platform::String

winrt::hstring

전달된 모임 초대의 본문입니다.

반환

작업이 성공했는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상