Class SendStatusResult

java.lang.Object
com.azure.communication.email.models.SendStatusResult

public final class SendStatusResult extends Object
Status of an email message that was sent previously.
  • Constructor Details

    • SendStatusResult

      public SendStatusResult()
  • Method Details

    • getMessageId

      public String getMessageId()
      Get the messageId property: System generated id of an email message sent.
      Returns:
      the messageId value.
    • setMessageId

      public SendStatusResult setMessageId(String messageId)
      Set the messageId property: System generated id of an email message sent.
      Parameters:
      messageId - the messageId value to set.
      Returns:
      the SendStatusResult object itself.
    • getStatus

      public SendStatus getStatus()
      Get the status property: The type indicating the status of a request.
      Returns:
      the status value.
    • setStatus

      public SendStatusResult setStatus(SendStatus status)
      Set the status property: The type indicating the status of a request.
      Parameters:
      status - the status value to set.
      Returns:
      the SendStatusResult object itself.