Package com.emc.d2fs.interfaces
Interface ISendmailService
- All Superinterfaces:
ID2fsService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendMail(Context context, List<String> objIds, List<String> recipients, String subject, String message, boolean attachFile, String preferredFormat, Object altFileAttachment) Send mailvoidsendMail(Context context, List<String> objIds, List<String> recipients, String subject, String message, boolean attachFile, String preferredFormat, Object altFileAttachment, List<String> ccRecipients, List<String> bccRecipients) 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-Contextobject 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
-
sendMail
void sendMail(Context context, List<String> objIds, List<String> recipients, String subject, String message, boolean attachFile, String preferredFormat, Object altFileAttachment, List<String> ccRecipients, List<String> bccRecipients) throws Exception - Throws:
Exception
-