EmailManagerForUser 클래스

정의

원본 앱이 특정 사용자의 전자 메일 데이터에 액세스하기 위해 호출할 수 있는 서비스를 나타냅니다.

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

Windows 요구 사항

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

설명

EmailManager.GetForUser 메서드를 호출하여 이 클래스의 instance 가져옵니다.

속성

User

이 전자 메일 관리자가 나타내는 사용자를 가져옵니다.

메서드

RequestStoreAsync(EmailStoreAccessType)

시스템에서 EmailStore 를 비동기적으로 반환합니다.

ShowComposeNewEmailAsync(EmailMessage)

새 메시지가 표시된 전자 메일 애플리케이션을 시작합니다.

적용 대상