org.jdesktop.jdic.desktop.internal
Interface MailerService


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

open

void open()
          throws LaunchFailedException
Launches the message compose window of the system default mailer.

Throws:
LaunchFailedException - if the system mailer fails to be launched.

open

void open(Message msg)
          throws LaunchFailedException
Launches the message compose window of system default mailer, and fills in the specified message fields.

Parameters:
msg - a constructed message object.
Throws:
LaunchFailedException - if the system mailer fails to be launched.
See Also:
org.jdesktop.jdic.desktop.Message


Copyright © 2005 Sun Microsystems All Rights Reserved.