EmailMailboxChangeTracker 클래스

정의

이 항목에 설명된 기능은 모든 UWP 앱에서 사용할 수 없습니다. Microsoft는 스토어 앱 제출 프로세스의 일부로 이러한 API 사용을 승인하고 개발자 계정을 프로비전해야 해당 API를 사용하는 앱을 게시할 수 있습니다.

Windows.ApplicationModel.Email 네임스페이스에 대한 자세한 내용은 Microsoft 계정 팀 담당자에게 문의하세요.

public ref class EmailMailboxChangeTracker sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxChangeTracker final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxChangeTracker
Public NotInheritable Class EmailMailboxChangeTracker
상속
Object Platform::Object IInspectable EmailMailboxChangeTracker
특성

Windows 요구 사항

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

설명

ChangeTracker를 호출하여 이 클래스의 instance 가져옵니다.

속성

IsTracking

변경 내용 추적이 활성 상태인지 여부를 나타내는 부울 값을 가져옵니다.

메서드

Enable()

사서함에서 변경 내용 추적을 사용하도록 설정합니다.

GetChangeReader()

변경 내용 일괄 처리를 읽을 판독기 를 가져옵니다.

Reset()

변경 내용 추적 커서를 지금으로 이동합니다.

적용 대상