Namespace Azure.Communication.Email | Azure SDK for .NET

EmailSendOperation

An Azure.Operation for tracking the status of aSendAsync(WaitUntil, EmailMessage, CancellationToken) request. Its Azure.Operation`1.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.

You Might Also Like