Package com.emc.d2fs.interfaces
Interface ISendmailService
- All Superinterfaces:
ID2fsService
-
Method Summary
Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
sendMail
void sendMail(Context context, List<String> objIds, List<String> recipients, String subject, String message, boolean attachFile, String preferredFormat, Object altFileAttachment) throws Exception Send mail- Parameters:
context
-Context
object containing informations about client/sessionobjIds
- List of document idrecipients
- List of recipientsubject
- String value of the subjectmessage
- String value of the message bodyattachFile
- boolean value if true file content is attached to the mailpreferredFormat
- string value for the content format type to attachaltFileAttachment
- object for the alternative file attachment- Throws:
Exception
- Since:
- 4.2.0
-