Azure.Communication.Email Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
EmailAttachment |
Attachment to the email. |
EmailClient |
The Email service client. |
EmailClientOptions |
The options for communication EmailClient. |
EmailContent |
Content of the email. |
EmailMessage |
Message payload for sending an email. |
EmailModelFactory |
Model factory for models. |
EmailRecipients |
Recipients of the email. |
EmailSendOperation |
An Operation<T> for tracking the status of a SendAsync(WaitUntil, EmailMessage, CancellationToken) request. Its Value upon successful completion will be an object which contains the OperationId = Azure.Communication.Email.EmailSendResult.Id, operation status = Status and error if any for terminal failed status. |
EmailSendResult |
Status of the long running operation. |
Structs
EmailAddress |
An object representing the email address and its display name. |
EmailSendStatus |
Status of operation. |
Enums
EmailClientOptions.ServiceVersion |
The Email service version. |
Azure SDK for .NET