PERFORMANCE
SendMessage command
Used in a Server.Load script to create and send a mail message. The random body text in the message is created by the same method as in CREATEFILE. Message recipients are selected with a uniform distribution from the people in the Domino Directory (NAMES.NSF) on the source driver system. All replicas of the Domino Directory on the source driver systems and SUT have the same content.
Syntax
SendMessage <message_size> <num_recipients> <nth_iteration> <attachment>
Where:
<message_size> -- Size of the body text, in bytes
<num_recipients> -- Number of random users that will receive the message
<nth_iteration> -- Sends a message every
n
script iterations
<attachment> -- Name of file to be attached to message (optional). File is assumed to be in Notes data directory unless a drive/path specification is provided (e.g., c:\mypath\myfile.txt).
See Also
Server.Load commands
Server.Load script conventions
Glossary
Feedback on Help?
Help on Help
Open Full Help Window
Glossary
Feedback on Help?
Help on Help
Open Full Help Window