IEmailSendResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailSendResultTypeConverter))]
public interface IEmailSendResult : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailSendResultTypeConverter))>]
type IEmailSendResult = interface
    interface IJsonSerializable
Public Interface IEmailSendResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Id

The unique id of the operation. Use a UUID.

Message

The error message.

RetryAfter
Status

Status of operation.

Target

The error target.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to