다음을 통해 공유


EmailStore.CreateMailboxAsync 메서드

정의

오버로드

CreateMailboxAsync(String, String)

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

CreateMailboxAsync(String, String, String)

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

CreateMailboxAsync(String, String)

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

public:
 virtual IAsyncOperation<EmailMailbox ^> ^ CreateMailboxAsync(Platform::String ^ accountName, Platform::String ^ accountAddress) = CreateMailboxAsync;
/// [Windows.Foundation.Metadata.Overload("CreateMailboxAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> CreateMailboxAsync(winrt::hstring const& accountName, winrt::hstring const& accountAddress);
[Windows.Foundation.Metadata.Overload("CreateMailboxAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> CreateMailboxAsync(string accountName, string accountAddress);
function createMailboxAsync(accountName, accountAddress)
Public Function CreateMailboxAsync (accountName As String, accountAddress As String) As IAsyncOperation(Of EmailMailbox)

매개 변수

accountName
String

Platform::String

winrt::hstring

계정의 이름입니다.

accountAddress
String

Platform::String

winrt::hstring

계정과 연결된 이메일 주소입니다.

반환

전자 메일 사서함.

특성

Windows 요구 사항

앱 기능
email emailSystem

추가 정보

적용 대상

CreateMailboxAsync(String, String, String)

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

public:
 virtual IAsyncOperation<EmailMailbox ^> ^ CreateMailboxAsync(Platform::String ^ accountName, Platform::String ^ accountAddress, Platform::String ^ userDataAccountId) = CreateMailboxAsync;
/// [Windows.Foundation.Metadata.Overload("CreateMailboxInAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMailbox> CreateMailboxAsync(winrt::hstring const& accountName, winrt::hstring const& accountAddress, winrt::hstring const& userDataAccountId);
[Windows.Foundation.Metadata.Overload("CreateMailboxInAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMailbox> CreateMailboxAsync(string accountName, string accountAddress, string userDataAccountId);
function createMailboxAsync(accountName, accountAddress, userDataAccountId)
Public Function CreateMailboxAsync (accountName As String, accountAddress As String, userDataAccountId As String) As IAsyncOperation(Of EmailMailbox)

매개 변수

accountName
String

Platform::String

winrt::hstring

계정의 이름입니다.

accountAddress
String

Platform::String

winrt::hstring

계정과 연결된 이메일 주소입니다.

userDataAccountId
String

Platform::String

winrt::hstring

이 사용자와 연결된 사용자 데이터 계정 식별자입니다.

반환

전자 메일 사서함.

특성

Windows 요구 사항

앱 기능
email emailSystem

추가 정보

적용 대상