wt.mail
Class WTMimeMessage

java.lang.Object
  extended by wt.mail.WTMimeMessage

Deprecated. As of Windchill 6.2.6, replaced by EMailMessage

public class WTMimeMessage
extends Object

Sends a mime message using JavaMail

Supported API: true

Extendable: false


Method Summary
static javax.mail.internet.MimeMessage WTMessage()
          Deprecated. As of Windchill 6.2.6, replaced by EMailMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

WTMessage

public static javax.mail.internet.MimeMessage WTMessage()
                                                 throws javax.mail.MessagingException
Deprecated. As of Windchill 6.2.6, replaced by EMailMessage

Use the SMTP host specified by the property wt.mail.mailhost and initialize a JavaMail session.

Supported API: true

Returns:
A new MimeMessage for the session.
Throws:
wt.mail.MessagingException - Thrown if one is received while initializing the session.
javax.mail.MessagingException