EmailMailboxProposeNewTimeForMeetingRequest 클래스

정의

모임의 새 시간을 제안하기 위한 요청에 대한 세부 정보입니다.

public ref class EmailMailboxProposeNewTimeForMeetingRequest 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 EmailMailboxProposeNewTimeForMeetingRequest 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 EmailMailboxProposeNewTimeForMeetingRequest
Public NotInheritable Class EmailMailboxProposeNewTimeForMeetingRequest
상속
Object Platform::Object IInspectable EmailMailboxProposeNewTimeForMeetingRequest
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
email emailSystem

설명

ProposeNewTimeForMeetingRequested 이벤트 처리기에 사용됩니다. EmailMailboxProposeNewTimeForMeetingRequestEventArgs.Request 속성에서 반환되는 이 클래스의 instance 사용합니다.

속성

Comment

새 모임 시간에 대한 제안에 추가할 주석을 가져옵니다.

EmailMailboxId

제안된 새 모임 시간을 보내는 데 사용할 사서함 ID를 가져옵니다.

EmailMessageId

새 시간이 제안되는 모임 초대의 메시지 ID를 가져옵니다.

NewDuration

제안된 모임의 새 기간을 가져옵니다.

NewStartTime

모임에 제안된 새 시작 시간을 가져옵니다.

Subject

새 모임 시간에 대한 제안의 제목을 가져옵니다.

메서드

ReportCompletedAsync()

요청이 성공적으로 처리되었음을 이메일 클라이언트에 알릴 수 있습니다.

비동기 작업을 성공적으로 완료하면 제안이 성공적으로 전송되었음을 나타냅니다.

ReportFailedAsync()

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알릴 수 있습니다.

적용 대상