44 строки
3.5 KiB
YAML
44 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.email.EmailAsyncClient"
|
|
fullName: "com.azure.communication.email.EmailAsyncClient"
|
|
name: "EmailAsyncClient"
|
|
nameWithType: "EmailAsyncClient"
|
|
summary: "Initializes a new instance of the asynchronous Email<wbr>Async<wbr>Client type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **EmailAsyncClient**"
|
|
methods:
|
|
- uid: "com.azure.communication.email.EmailAsyncClient.beginSend(com.azure.communication.email.models.EmailMessage)"
|
|
fullName: "com.azure.communication.email.EmailAsyncClient.beginSend(EmailMessage message)"
|
|
name: "beginSend(EmailMessage message)"
|
|
nameWithType: "EmailAsyncClient.beginSend(EmailMessage message)"
|
|
summary: "Queues an email message to be sent to one or more recipients."
|
|
parameters:
|
|
- description: "Message payload for sending an email."
|
|
name: "message"
|
|
type: "<xref href=\"com.azure.communication.email.models.EmailMessage?alt=com.azure.communication.email.models.EmailMessage&text=EmailMessage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PollerFlux<EmailSendResult,EmailSendResult> beginSend(EmailMessage message)"
|
|
desc: "Queues an email message to be sent to one or more recipients."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of status of the long running operation."
|
|
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.communication.email.models.EmailSendResult?alt=com.azure.communication.email.models.EmailSendResult&text=EmailSendResult\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.communication.email.models.EmailSendResult?alt=com.azure.communication.email.models.EmailSendResult&text=EmailSendResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Initializes a new instance of the asynchronous EmailAsyncClient type."
|
|
metadata: {}
|
|
package: "com.azure.communication.email"
|
|
artifact: com.azure:azure-communication-email:1.0.18
|