TUNING
Used in a Server.Load script to add a message to the specified mailbox.
Syntax
ImailPostMessage [bodysize] [linesize] [mailbox]
Where:
This example creates a 2000-byte message in the Inbox. Each line in the message contains 80 characters.
ImailPostMessage 2000 80 Inbox
Parent topic: Server.Load commands
Related reference Server.Load script conventions