Share via


IMailMessageEntity.DeliveryAction Property

Definition

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

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

Property Value

Attributes

Applies to