public abstract class O365SendToEmailRequest extends Object
Constructor and Description |
---|
O365SendToEmailRequest(String from,
String to,
String subject,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
Specifies the email address from which the attachments will be sent.
|
String |
getSubject()
Specifies the subject of the email message used for sending the attachments.
|
String |
getText()
Specifies the body of the email message used for sending the attachments.
|
String |
getTo()
Specifies the email address to which the attachments will be sent.
|
public String getFrom()
public String getTo()
public String getSubject()
public String getText()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.