IMailMessageEntity.DeliveryAction Property
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.
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