Syntax
| Menu.MsgMailManagement [FolderView][, SearchText][, MAILUSER][, ArchiveID]
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Opens the Mail Management application. Optionally, the initial mail folder, a search term, a specific mailbox user, and an archive reference can be specified.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main
Menu.MsgMailManagement FolderView:=mfvInbox, SearchText:="invoice"
End Sub
|