.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact

TUNING


ImailPostMessage command
Used in a Server.Load script to add a message to the specified mailbox.

Syntax

ImailPostMessage [bodysize] [linesize] [mailbox]

Where:


Example

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