AcsEmailDeliveryReportStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET