| |
|
| java.lang.Object com.sun.portal.comm.url.URLBuilder com.sun.portal.comm.url.ExchangeMailURLBuilder
Method Summary | |
public boolean | allowsComposeURL() Lets invoking classes know if composing URLs are available
in this URLBuilder. | public boolean | allowsMessageURL() Lets invoking classes know if per-message urls are available
in this URLBuilder. | public String | getComposeURL(String subject, Address[] to, Address[] cc, Address[] bcc) Return URL string to open the client's compose window. | public String | getMessageURL(Message message) Return URL string for specific message to be opened in mail client. | public String | getStartURL() Message
Return URL string for mail client. | public void | init(SSOAdapter ssoAdapter) |
allowsComposeURL | public boolean allowsComposeURL()(Code) | | Lets invoking classes know if composing URLs are available
in this URLBuilder.
boolean Are compisition URLs available |
allowsMessageURL | public boolean allowsMessageURL()(Code) | | Lets invoking classes know if per-message urls are available
in this URLBuilder.
boolean Are message URLs available |
getComposeURL | public String getComposeURL(String subject, Address[] to, Address[] cc, Address[] bcc)(Code) | | Return URL string to open the client's compose window.
Parameters: String - Subject of the message javax.mail.Address[] Array of to: addresses javax.mail.Address[] Array of cc: addresses javax.mail.Address[] Array of bcc: addresses String Composition URL string |
getMessageURL | public String getMessageURL(Message message)(Code) | | Return URL string for specific message to be opened in mail client.
On error return the start URL
javax.mail.Message The message to open String Message URL string |
getStartURL | public String getStartURL()(Code) | | Message
Return URL string for mail client.
String Client start URL |
init | public void init(SSOAdapter ssoAdapter)(Code) | | Call prior init functions and set the path to the exchange operation
Parameters: SSOAdapter - ssoadapter used to init everything |
|
|
|