Interface ISendMessageRecipientInbox
- All Superinterfaces:
ISendMessageRecipient, Serializable
Common interface that defines the recipient when sending a form record message to a user's inbox. The inbox of the
user is defined by its
inbox ID.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface ISendMessageRecipient
getEmail
-
Method Details
-
getInboxId
- Returns:
- The inbox ID of the recipient.
-
getMessageService
- Returns:
- The name of the message service that should be used to send the message to the recipient.
-
getUser
- Returns:
- The user that is the recipient of the message. May be
nullif the user could not be determined from a previousform record submission.
-