Class O365SendToEmailRequest
java.lang.Object
com.iland.core.web.rest.request.vbo.O365SendToEmailRequest
- Direct Known Subclasses:
O365RestoreSessionSendToEmailRequest,O365TeamSendToEmailOptionsRequest
Office 365 Restore Session Send To Email Request.
- Author:
- Swetha Panyam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()Specifies the email address from which the attachments will be sent.Specifies the subject of the email message used for sending the attachments.getText()Specifies the body of the email message used for sending the attachments.getTo()Specifies the email address to which the attachments will be sent.
-
Constructor Details
-
O365SendToEmailRequest
-
-
Method Details
-
getFrom
Specifies the email address from which the attachments will be sent.- Returns:
- email address where the attachments will be sent.
-
getTo
Specifies the email address to which the attachments will be sent.- Returns:
- email address the attachments are sent to
-
getSubject
Specifies the subject of the email message used for sending the attachments.- Returns:
- subject of sent email
-
getText
Specifies the body of the email message used for sending the attachments.- Returns:
- text of the email
-