Partager via


EmailStore.CreateMailboxAsync Méthode

Définition

Surcharges

CreateMailboxAsync(String, String)

Permet à une application de créer un compte de messagerie à partir d’un nom de compte et d’une adresse e-mail.

CreateMailboxAsync(String, String, String)

Permet à une application de créer un compte de messagerie à partir d’un nom de compte, d’une adresse e-mail et du compte de données utilisateur dans lequel se trouve la boîte aux lettres.

CreateMailboxAsync(String, String)

Permet à une application de créer un compte de messagerie à partir d’un nom de compte et d’une adresse e-mail.

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)

Paramètres

accountName
String

Platform::String

winrt::hstring

Nom du compte.

accountAddress
String

Platform::String

winrt::hstring

Adresse e-mail associée au compte.

Retours

Boîte aux lettres de messagerie.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

Voir aussi

S’applique à

CreateMailboxAsync(String, String, String)

Permet à une application de créer un compte de messagerie à partir d’un nom de compte, d’une adresse e-mail et du compte de données utilisateur dans lequel se trouve la boîte aux lettres.

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)

Paramètres

accountName
String

Platform::String

winrt::hstring

Nom du compte.

accountAddress
String

Platform::String

winrt::hstring

Adresse e-mail associée au compte.

userDataAccountId
String

Platform::String

winrt::hstring

Identificateur de compte de données utilisateur associé à cet utilisateur.

Retours

Boîte aux lettres de messagerie.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

Voir aussi

S’applique à