Class O365SendToEmailRequest

java.lang.Object
com.iland.core.web.rest.request.vbo.O365SendToEmailRequest
Direct Known Subclasses:
O365RestoreSessionSendToEmailRequest, O365TeamSendToEmailOptionsRequest

public abstract class O365SendToEmailRequest extends Object
Office 365 Restore Session Send To Email Request.
Author:
Swetha Panyam
  • Constructor Details

  • Method Details

    • getFrom

      public String getFrom()
      Specifies the email address from which the attachments will be sent.
      Returns:
      email address where the attachments will be sent.
    • getTo

      public String getTo()
      Specifies the email address to which the attachments will be sent.
      Returns:
      email address the attachments are sent to
    • getSubject

      public String getSubject()
      Specifies the subject of the email message used for sending the attachments.
      Returns:
      subject of sent email
    • getText

      public String getText()
      Specifies the body of the email message used for sending the attachments.
      Returns:
      text of the email