REFERENCE
Syntax
Populate (NumMailNotesPerUser) [folder]
Where:
This example creates and initializes a mail file(s); documents are added to folder $Inbox.
changeto [MailServer]!!mail\mail[#].nsf mail46.ntf
* Make sure there are enough documents in mail database
populate [NumMailNotesPerUser] $Inbox
* Open the current view
open
* Close the view
close
drop
Related topics