IMailMessageEntity.DeliveryAction Property

Definition

The delivery action of this mail message like Delivered, Blocked, Replaced etc

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "DeliveredAsSpam", "Delivered", "Blocked", "Replaced" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The delivery action of this mail message like Delivered, Blocked, Replaced etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryAction", Update=true)]
public string DeliveryAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "DeliveredAsSpam", "Delivered", "Blocked", "Replaced" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The delivery action of this mail message like Delivered, Blocked, Replaced etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryAction", Update=true)>]
member this.DeliveryAction : string with get, set
Public Property DeliveryAction As String

Property Value

Attributes

Applies to