Uses of Class
com.logicaldoc.core.communication.Recipient
-
Packages that use Recipient Package Description com.logicaldoc.core.communication -
-
Uses of Recipient in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return Recipient Modifier and Type Method Description RecipientEMail. getFrom()RecipientMessage. getRecipient(String name)RecipientEMail. getReplyTo()Methods in com.logicaldoc.core.communication that return types with arguments of type Recipient Modifier and Type Method Description Set<Recipient>Message. getRecipients()Set<Recipient>EMail. getRecipientsBCC()Set<Recipient>EMail. getRecipientsCC()Methods in com.logicaldoc.core.communication with parameters of type Recipient Modifier and Type Method Description voidEMail. addRecipient(Recipient rec)voidEMail. setFrom(Recipient from)voidEMail. setReplyTo(Recipient replyTo)Method parameters in com.logicaldoc.core.communication with type arguments of type Recipient Modifier and Type Method Description voidMessage. setRecipients(Set<Recipient> recipients)voidEMail. setRecipientsBCC(Set<Recipient> recipientsBCC)voidEMail. setRecipientsCC(Set<Recipient> recipientsCC)
-