你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeliveryLocation Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DeliveryLocationTypeConverter))]
public struct DeliveryLocation : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DeliveryLocation>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DeliveryLocationTypeConverter))>]
type DeliveryLocation = struct
    interface IArgumentCompleter
Public Structure DeliveryLocation
Implements IArgumentCompleter, IEquatable(Of DeliveryLocation)
Inheritance
DeliveryLocation
Attributes
Implements

Fields

DeletedFolder

DeletedFolder

Dropped

Dropped

External

External

Failed

Failed

Forwarded

Forwarded

Inbox

Inbox

JunkFolder

JunkFolder

Quarantine

Quarantine

Unknown

Unknown

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DeliveryLocation)

Compares values of enum type DeliveryLocation

Equals(Object)

Compares values of enum type DeliveryLocation (override for Object)

GetHashCode()

Returns hashCode for enum DeliveryLocation

ToString()

Returns string representation for DeliveryLocation

Operators

Equality(DeliveryLocation, DeliveryLocation)

Overriding == operator for enum DeliveryLocation

Implicit(DeliveryLocation to String)

Implicit operator to convert DeliveryLocation to string

Implicit(String to DeliveryLocation)

Implicit operator to convert string to DeliveryLocation

Inequality(DeliveryLocation, DeliveryLocation)

Overriding != operator for enum DeliveryLocation

Applies to