Share via


EmailSendStatus Struct

Definition

Status of operation.

public readonly struct EmailSendStatus : IEquatable<Azure.Communication.Email.EmailSendStatus>
type EmailSendStatus = struct
Public Structure EmailSendStatus
Implements IEquatable(Of EmailSendStatus)
Inheritance
EmailSendStatus
Implements

Constructors

EmailSendStatus(String)

Initializes a new instance of EmailSendStatus.

Properties

Canceled

Canceled.

Failed

Failed.

NotStarted

NotStarted.

Running

Running.

Succeeded

Succeeded.

Methods

Equals(EmailSendStatus)

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(EmailSendStatus, EmailSendStatus)

Determines if two EmailSendStatus values are the same.

Implicit(String to EmailSendStatus)

Converts a string to a EmailSendStatus.

Inequality(EmailSendStatus, EmailSendStatus)

Determines if two EmailSendStatus values are not the same.

Applies to