|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailerService
The MailerService
interface provides methods to launch message
compose window of the default mailer with or without prefilled message fields.
Method Summary | |
---|---|
void |
open()
Launches the message compose window of the system default mailer. |
void |
open(Message msg)
Launches the message compose window of system default mailer, and fills in the specified message fields. |
Method Detail |
---|
void open() throws LaunchFailedException
LaunchFailedException
- if the system mailer fails to be launched.void open(Message msg) throws LaunchFailedException
msg
- a constructed message object.
LaunchFailedException
- if the system mailer fails to be launched.org.jdesktop.jdic.desktop.Message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |