Email-based destination details.
Column Name  | 
Data Type  | 
Description  | 
|---|---|---|
DESTINATIONS_ID  | 
int  | 
Foreign key to DESTINATIONS.ID  | 
ID  | 
int  | 
Globally unique ID of the email destination record for the given instance  | 
MAILMESSAGE  | 
nvarchar  | 
Mail message of the instance when sent to someone's email  | 
MAILSUBJECT  | 
nvarchar  | 
Mail subject В of the instance when sent to someone's email  | 
OBJECT_ID  | 
int  | 
Foreign key to DOCUMENTS.ID  | 
SENDERNAME  | 
varchar  | 
Name of the sender  | 
 
See also