Share via


EmailServicedata.EmailSendWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult> EmailSendWithResult (string operationId, string xMSClientRequestId, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailMessage body, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.EmailSendWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailMessage * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult>
Public Function EmailSendWithResult (operationId As String, xMSClientRequestId As String, endpoint As String, body As IEmailMessage, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IEmailSendResult)

Parameters

operationId
String
xMSClientRequestId
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to