EmailMailbox.CreateResponseMessageAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue Antwort-E-Mail, z. B. "Antworten", "Allen antworten", "Weiterleiten" usw.
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)
Parameter
- messageId
-
String
Platform::String
winrt::hstring
Die ID der Nachricht, auf die geantwortet werden soll.
- responseType
- EmailMessageResponseKind
Der Typ der Antwort, z. B. "Antworten", "Allen antworten", "Weiterleiten" usw.
- subject
-
String
Platform::String
winrt::hstring
Der Betreff für die Antwortnachricht.
- responseHeaderType
- EmailMessageBodyKind
Das Format des E-Mail-Texts, z. B. Nur-Text oder HTML.
- responseHeader
-
String
Platform::String
winrt::hstring
Der Header für die Antwortnachricht.
Gibt zurück
Die neu erstellte Antwort-E-Mail-Nachricht.
- Attribute
Windows-Anforderungen
App-Funktionen |
email
emailSystem
|