AppointmentCalendarForwardMeetingRequest 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일정 모임을 전달하라는 사용자의 요청을 나타냅니다.
public ref class AppointmentCalendarForwardMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarForwardMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarForwardMeetingRequest
Public NotInheritable Class AppointmentCalendarForwardMeetingRequest
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
앱 기능 |
appointmentsSystem
|
설명
시스템은 이 클래스의 instance 생성하고 ForwardMeetingRequested 이벤트의 AppointmentCalendarForwardMeetingRequestEventArgs 인수에 속성으로 설정합니다.
속성
AppointmentCalendarLocalId |
로컬 디바이스에서 약속과 연결된 일정을 고유하게 식별하는 문자열을 가져옵니다. |
AppointmentLocalId |
로컬 디바이스에서 약속을 고유하게 식별하는 문자열을 가져옵니다. |
AppointmentOriginalStartTime |
되풀이 약속의 원래 시작 시간을 가져옵니다. |
Comment |
사용자가 모임 전달과 관련하여 작성할 수 있는 텍스트 주석을 가져옵니다. |
ForwardHeader |
새 초대를 포함하는 새 모임 헤더를 가져옵니다. |
Invitees |
전달된 모임을 받을 새 초대 대상자 목록을 가져옵니다. |
Subject |
전달된 모임 초대의 제목을 가져옵니다. |
메서드
ReportCompletedAsync() |
모임 전달 작업이 완료되었음을 시스템에 알합니다. |
ReportFailedAsync() |
모임 전달 작업이 실패했음을 시스템에 알 수 있습니다. |