Class AcsEmailDeliveryReportStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AcsEmailDeliveryReportStatus>
com.azure.messaging.eventgrid.systemevents.AcsEmailDeliveryReportStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AcsEmailDeliveryReportStatus
extends com.azure.core.util.ExpandableStringEnum<AcsEmailDeliveryReportStatus>
The status of the email. Any value other than Delivered is considered failed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AcsEmailDeliveryReportStatusHard bounce detected while sending the email.static final AcsEmailDeliveryReportStatusThe email was delivered.static final AcsEmailDeliveryReportStatusThe email failed to be delivered.static final AcsEmailDeliveryReportStatusThe message was identified as spam and was rejected or blocked (not quarantined).static final AcsEmailDeliveryReportStatusThe message was quarantined (as spam, bulk mail, or phishing).static final AcsEmailDeliveryReportStatusThe email was suppressed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AcsEmailDeliveryReportStatusfromString(String name) Creates or finds a AcsEmailDeliveryReportStatus from its string representation.values()Gets known AcsEmailDeliveryReportStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BOUNCED
Hard bounce detected while sending the email. -
DELIVERED
The email was delivered. -
FAILED
The email failed to be delivered. -
FILTERED_SPAM
The message was identified as 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.
-
-
Constructor Details
-
AcsEmailDeliveryReportStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of AcsEmailDeliveryReportStatus value.
-
-
Method Details
-
fromString
Creates or finds a AcsEmailDeliveryReportStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AcsEmailDeliveryReportStatus.
-
values
Gets known AcsEmailDeliveryReportStatus values.- Returns:
- known AcsEmailDeliveryReportStatus values.
-
fromString(String)factory method.