Share via


IMailMessageEntity.DeliveryLocation Property

Definition

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

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

Property Value

Attributes

Applies to