Package wt.mail

Class WTMimeMessage

java.lang.Object
wt.mail.WTMimeMessage

public class WTMimeMessage extends Object
Deprecated.
As of Windchill 6.2.6, replaced by EMailMessage
Sends a mime message using JavaMail

Supported API: true

Extendable: false
  • Method Details

    • WTMessage

      public static jakarta.mail.internet.MimeMessage WTMessage() throws jakarta.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.
      jakarta.mail.MessagingException