| Constructor and Description |
|---|
Mail(String sender,
String replayRecipient,
String recipient,
String subject,
String content,
List<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getContent() |
String |
getRecipient() |
String |
getReplayRecipient() |
String |
getSender() |
String |
getSubject() |
public String getReplayRecipient()
getReplayRecipient in interface IMailpublic String getRecipient()
getRecipient in interface IMailpublic String getSubject()
getSubject in interface IMailpublic String getContent()
getContent in interface IMailpublic List<Attachment> getAttachments()
getAttachments in interface IMailCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.