Export Exchange 2010 Mailbox to PST
This Automation Manager object exports designated mailboxes to .PST files.
Input Parameters
| Mailbox |
String |
Yes |
The name of the mailbox, SMTP name (email address), alias or the display name. |
| File Path |
String |
Yes |
The path of the .PST file to which data will be exported. |
| Include Folders |
String |
Yes |
The list of folders to include in the export. |
| Exclude Folders |
String |
Yes |
The list of folders to exclude during the export. |
| Filter |
String |
Yes |
Message content which to export, a match to the filter, the message will be exported. |
Output Parameters
| Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
| Mailbox |
String |
Yes |
jsmith@ABC.com |
| File Path |
String |
Yes |
C:\Archieve\jsmiht.PST |
| Include Folders |
String |
No |
<intentionally left blank> |
| Exclude Folders |
String |
No |
<intentionally left blank> |
| Filter |
String |
No |
<intentionally left blank> |