History
Email.FormID
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Email.FormID
Purpose
Sets the form ID of the message.
Syntax
Message
.FormID =
FormID
Example
Dim msg as EMail
msg.To="Administrator"
msg.From="Administrator"
msg.Subject="Form Test"
msg.FormID=1000
msg.Send