All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

G

getBcc(). Method in class nl.nmg.beans.MailBean
Returns the invisible recipients of the message.
getBody(). Method in class nl.nmg.beans.MailBean
Returns the body of the message.
getCc(). Method in class nl.nmg.beans.MailBean
Returns the additional recipients of the message.
getFrom(). Method in class nl.nmg.beans.MailBean
Returns the sender of the message.
getServer(). Method in class nl.nmg.beans.MailBean
Returns the SMTP server.
getSubject(). Method in class nl.nmg.beans.MailBean
Returns the subject of the message.
getTo(). Method in class nl.nmg.beans.MailBean
Returns the recipients of the message.

M

MailBean(). Constructor for class nl.nmg.beans.MailBean
Allocates a new MailBean.

S

send(). Method in class nl.nmg.beans.MailBean
Sends the email message.
setBcc(String). Method in class nl.nmg.beans.MailBean
Sets the invisible recipients of the message.
setBody(String). Method in class nl.nmg.beans.MailBean
Sets the body of the message.
setCc(String). Method in class nl.nmg.beans.MailBean
Sets the additional recipients of the message.
setFrom(String). Method in class nl.nmg.beans.MailBean
Sets the sender of the message.
setServer(String). Method in class nl.nmg.beans.MailBean
Sets the SMTP server
setSubject(String). Method in class nl.nmg.beans.MailBean
Sets the subject of the message.
setTo(String). Method in class nl.nmg.beans.MailBean
Sets the recipients of the message.