|
||||||||||
| 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 | |
|---|---|
java.util.List<byte[]> |
getAttachments()
This method give you the attachments of the email. |
java.util.List<java.lang.String> |
getBcc()
This will return the BCC addresses of the email. |
java.lang.String |
getBody()
This method gives you the text body of the email. |
java.util.List<java.lang.String> |
getCc()
This will return the CC addresses of the email. |
java.lang.String |
getFrom()
This method gives you the from header of the email. |
java.lang.String |
getSubject()
This method gives you the subject of the email . |
java.util.List<java.lang.String> |
getTo()
This method gives you the receiver of the email. |
| Method Detail |
|---|
java.lang.String getFrom()
Stringjava.lang.String getSubject()
Stringjava.util.List<java.lang.String> getTo()
Stringjava.lang.String getBody()
Stringjava.util.List<byte[]> getAttachments()
Listjava.util.List<java.lang.String> getBcc()
Listjava.util.List<java.lang.String> getCc()
List
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||