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
- 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 recipient of the message.
- MailBean().
Constructor for class nl.nmg.beans.MailBean
- Allocates a new MailBean.
- send().
Method in class nl.nmg.beans.MailBean
- Sends the email 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 recipient of the message.