程序包 com.sh.mail.core

类 SimpleEmail

java.lang.Object
com.sh.mail.core.Email
com.sh.mail.core.SimpleEmail

public class SimpleEmail extends Email

Description: This class is used to send simple internet email messages without attachments.

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 13, 2012
  • 构造器详细资料

    • SimpleEmail

      public SimpleEmail()
  • 方法详细资料

    • setMsg

      public Email setMsg(String msg) throws EmailException
      Set the content of the mail
      指定者:
      setMsg 在类中 Email
      参数:
      msg - A String.
      返回:
      An Email.
      抛出:
      EmailException - see javax.mail.internet.MimeBodyPart for definitions
      从以下版本开始:
      1.0