Share via


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