IN_EMAIL_RECIPIENT

IN_EMAIL_RECIPIENT

The IN_EMAIL_RECIPIENT table contains all recipients for each e-mail received by Boomerang. You should not directly manipulate this table (except the Processed_On column), as it automatically receives rows from Boomerang Services each time a new incoming message is received.

Column Type Values Comments
rKey Uniqueidentifier This field links the e-mail recipient to the e-mail.
IDX Identity
Name Nvarchar (255) E-mail from display name
E-mail Varchar (255) E-mail from e-mail address
Processed_On Datetime You may use this field to update the recorded with a date indicating that message has been processed.

See also

sp_On_Email_In
IN_EMAIL_CONTENT
IN_EMAIL
IN_EMAIL_HEADER
Configuring Email In – SMTP Forwarding