Uses of Class
com.logicaldoc.core.communication.Recipient
Packages that use Recipient
Package
Description
Classes that model emails and messages and the machinery to work with them.
-
Uses of Recipient in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return RecipientMethods in com.logicaldoc.core.communication that return types with arguments of type RecipientModifier and TypeMethodDescriptionMessage.getRecipients()
EMail.getRecipientsBCC()
EMail.getRecipientsCC()
EMail.getReplyTo()
Methods in com.logicaldoc.core.communication with parameters of type RecipientMethod parameters in com.logicaldoc.core.communication with type arguments of type RecipientModifier and TypeMethodDescriptionvoid
Message.setRecipients
(Set<Recipient> recipients) void
EMail.setRecipientsBCC
(Set<Recipient> recipientsBCC) void
EMail.setRecipientsCC
(Set<Recipient> recipientsCC) void
EMail.setReplyTo
(Set<Recipient> replyTo) Constructors in com.logicaldoc.core.communication with parameters of type Recipient