Share via


AcsEmailDeliveryReportStatus Struct

Definition

The status of the email. Any value other than Delivered is considered failed.

public readonly struct AcsEmailDeliveryReportStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsEmailDeliveryReportStatus>
type AcsEmailDeliveryReportStatus = struct
Public Structure AcsEmailDeliveryReportStatus
Implements IEquatable(Of AcsEmailDeliveryReportStatus)
Inheritance
AcsEmailDeliveryReportStatus
Implements

Constructors

AcsEmailDeliveryReportStatus(String)

Initializes a new instance of AcsEmailDeliveryReportStatus.

Properties

Bounced

Hard bounce detected while sending the email.

Delivered

The email was delivered.

Failed

The email failed to be delivered.

FilteredSpam

The message was identified spam and was rejected or blocked (not quarantined).

Quarantined

The message was quarantined (as spam, bulk mail, or phishing). For more information, see Quarantined email messages in EOP (EXCHANGE ONLINE PROTECTION).

Suppressed

The email was suppressed.

Methods

Equals(AcsEmailDeliveryReportStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AcsEmailDeliveryReportStatus, AcsEmailDeliveryReportStatus)

Determines if two AcsEmailDeliveryReportStatus values are the same.

Implicit(String to AcsEmailDeliveryReportStatus)

Converts a string to a AcsEmailDeliveryReportStatus.

Inequality(AcsEmailDeliveryReportStatus, AcsEmailDeliveryReportStatus)

Determines if two AcsEmailDeliveryReportStatus values are not the same.

Applies to