다음을 통해 공유


EmailStore 클래스

정의

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

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

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

Windows 요구 사항

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

설명

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

메서드

CreateMailboxAsync(String, String)

앱에서 계정 이름 및 이메일 주소에서 전자 메일 계정을 만들 수 있습니다.

CreateMailboxAsync(String, String, String)

앱에서 계정 이름, 전자 메일 주소 및 사서함이 상주할 사용자 데이터 계정에서 전자 메일 계정을 만들 수 있습니다.

FindMailboxesAsync()

현재 scope 내의 모든 사서함을 가져옵니다.

GetConversationAsync(String)

제공된 식별자에서 전자 메일 대화를 가져옵니다.

GetConversationReader()

전자 메일 대화의 일괄 처리를 가져옵니다.

GetConversationReader(EmailQueryOptions)

지정된 전자 메일 쿼리 옵션을 사용하여 전자 메일 대화의 일괄 처리를 가져옵니다.

GetFolderAsync(String)

식별자에서 전자 메일 폴더를 가져옵니다.

GetMailboxAsync(String)

식별자에서 사서함을 가져옵니다.

GetMessageAsync(String)

지정된 전자 메일 메시지를 가져옵니다.

GetMessageReader()

메시지 읽기 프로그램을 가져옵니다.

GetMessageReader(EmailQueryOptions)

지정된 쿼리 옵션을 사용하여 메시지 판독기를 가져옵니다.

적용 대상