com.qoppa.pdfViewer.actions
Interface ISubmitActionEmailHandler
public interface ISubmitActionEmailHandler
This interface provides a way for host applications to implement custom functionality for handling a SubmitFormAction with
an email URL. Please see setSubmitActionEmailHandler()
- Author:
- Qoppa Software
|
Method Summary |
void |
handleEmail(String toAddress,
File tmpFile,
String extension)
Handle sending an email when a SubmitFormAction Email Button is pressed |
handleEmail
void handleEmail(String toAddress,
File tmpFile,
String extension)
- Handle sending an email when a SubmitFormAction Email Button is pressed
- Parameters:
toAddress - the address to send the form information totmpFile - the file with the form informationextension - the extension of the file to be attached (PDF, XFDF, FDF, HTML)