Interface ISendMessageRecipient
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ISendMessageRecipientEMail, ISendMessageRecipientInbox, ISendMessageRecipientUser
Marker interface that defines the recipient when sending a form record message.
The recipient may be a user, a user's inbox that can receive a message. Therefor, there are the following sub-interfaces:
ISendMessageRecipientUserfor the user that is the recipientISendMessageRecipientInboxfor the recipient's inbox
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
-
Method Details
-
getEmail
- Returns:
- The email address of the recipient. May be
nullif no email address could be determined for the recipient or if no email address was set.
-