Package | Description |
---|---|
com.logicaldoc.core.communication |
Modifier and Type | Field and Description |
---|---|
protected Set<Recipient> |
Message.recipients |
Modifier and Type | Method and Description |
---|---|
Recipient |
Message.getRecipient(String name) |
Modifier and Type | Method and Description |
---|---|
Set<Recipient> |
Message.getRecipients() |
Set<Recipient> |
EMail.getRecipientsBCC() |
Set<Recipient> |
EMail.getRecipientsCC() |
Modifier and Type | Method and Description |
---|---|
void |
EMail.addRecipient(Recipient rec) |
Modifier and Type | Method and Description |
---|---|
void |
Message.setRecipients(Set<Recipient> recipients) |
void |
EMail.setRecipientsBCC(Set<Recipient> recipientsBCC) |
void |
EMail.setRecipientsCC(Set<Recipient> recipientsCC) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.