EmailServicedata.EmailSendViaIdentityWithResult Method
Definition
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.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult> EmailSendViaIdentityWithResult (string viaIdentity, 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.EmailSendViaIdentityWithResult : string * 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 EmailSendViaIdentityWithResult (viaIdentity As String, 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
- viaIdentity
- String
- operationId
- String
- xMSClientRequestId
- String
- endpoint
- String
- body
- IEmailMessage
- eventListener
- IEventListener
- sender
- ISendAsync
- serializationMode
- SerializationMode