IMailMessageEntity.DeliveryLocation Property

Definition

The delivery location of this mail message like Inbox, JunkFolder etc

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "Inbox", "JunkFolder", "DeletedFolder", "Quarantine", "External", "Failed", "Dropped", "Forwarded" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The delivery location of this mail message like Inbox, JunkFolder etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryLocation", Update=true)]
public string DeliveryLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "Inbox", "JunkFolder", "DeletedFolder", "Quarantine", "External", "Failed", "Dropped", "Forwarded" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The delivery location of this mail message like Inbox, JunkFolder etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryLocation", Update=true)>]
member this.DeliveryLocation : string with get, set
Public Property DeliveryLocation As String

Property Value

Attributes

Applies to