ListCmdMailboxName
The ListCmdMailboxName
parameter specifies the wildcard sent to the IMAP server with the LIST command. Set this parameter to *
to return everything, or set this parameter to an IMAP mailbox name to return a single mailbox.
To use this parameter, you must set UseListCmd
to true
.
Type: | String |
Default: | * |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | ListCmdMailboxName=*
|
See Also: | UseListCmd |