|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SmtpMessage
This is the SMTP message .
| Method Summary | |
|---|---|
List<byte[]> |
getAttachments()
This method give you the attachments of the email. |
List<String> |
getBcc()
This will return the BCC addresses of the email. |
String |
getBody()
This method gives you the text body of the email. |
List<String> |
getCc()
This will return the CC addresses of the email. |
String |
getFrom()
This method gives you the from header of the email. |
String |
getSubject()
This method gives you the subject of the email . |
List<String> |
getTo()
This method gives you the receiver of the email. |
| Method Detail |
|---|
String getFrom()
StringString getSubject()
StringList<String> getTo()
StringString getBody()
StringList<byte[]> getAttachments()
ListList<String> getBcc()
ListList<String> getCc()
List
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||