REFERENCE
If no number is specified, one note is created. If b is not specified, the length of the summary data is a uniform random number between 1 and 100 bytes. If c is not specified, the length of the non-summary data is a uniform random number between 100 and 300 bytes.
Syntax
Add(a, b, c)
Where:
This example adds documents to the default view All Document $all.
add [a]
drop
changeto [mailserver]!!mail\mail[#].nsf mail60.ntf -keepopen
* Hard coded with value of 10 documents
add 10
Example 2
This example adds documents to the Inbox folder using -f (foldername).
changeto [mailserver]!!mail\mail[#].nsf mail46.ntf -keepopen
add [a] -f $Inbox
Example 3
This example adds 1 document to the Inbox view with the subject (Length of summary item) set to 30 bytes and the Body (Length of non-summary item) is set to 10000 bytes.
add 1 30 10000 -f $inbox
Related topics