EmailMailbox.CreateResponseMessageAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un e-mail de réponse tel que Répondre, Répondre à tout, Transférer, etc.
public:
virtual IAsyncOperation<EmailMessage ^> ^ CreateResponseMessageAsync(Platform::String ^ messageId, EmailMessageResponseKind responseType, Platform::String ^ subject, EmailMessageBodyKind responseHeaderType, Platform::String ^ responseHeader) = CreateResponseMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMessage> CreateResponseMessageAsync(winrt::hstring const& messageId, EmailMessageResponseKind const& responseType, winrt::hstring const& subject, EmailMessageBodyKind const& responseHeaderType, winrt::hstring const& responseHeader);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMessage> CreateResponseMessageAsync(string messageId, EmailMessageResponseKind responseType, string subject, EmailMessageBodyKind responseHeaderType, string responseHeader);
function createResponseMessageAsync(messageId, responseType, subject, responseHeaderType, responseHeader)
Public Function CreateResponseMessageAsync (messageId As String, responseType As EmailMessageResponseKind, subject As String, responseHeaderType As EmailMessageBodyKind, responseHeader As String) As IAsyncOperation(Of EmailMessage)
Paramètres
- messageId
-
String
Platform::String
winrt::hstring
ID du message auquel répondre.
- responseType
- EmailMessageResponseKind
Type de réponse tel que Répondre, Répondre à tout, Transférer, etc.
- subject
-
String
Platform::String
winrt::hstring
Objet du message de réponse.
- responseHeaderType
- EmailMessageBodyKind
Format du corps de l’e-mail, tel que le texte brut ou HTML.
- responseHeader
-
String
Platform::String
winrt::hstring
En-tête du message de réponse.
Retours
Message électronique de réponse nouvellement créé.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|