public class MailExample {public MailExample();
public static void main(java.lang.String[] argv)
throws Exception;public void msgsend()
throws Exception;
}
Methods inherited from java.lang.Object:
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
Inheritance Path. java.lang.Object-> test.MailExample