IEmailSendResult Interface
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.
[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) |