IEmailSendResult.Status Property

Definition

Status of operation.

[Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.PSArgumentCompleter(new System.String[] { "NotStarted", "Running", "Succeeded", "Failed", "Canceled" })]
[Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Status of operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="status", Update=true)]
public string Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.PSArgumentCompleter(new System.String[] { "NotStarted", "Running", "Succeeded", "Failed", "Canceled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Status of operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="status", Update=true)>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes

Applies to