Type the following on the command line:
FIMPORT /FILE= <filename of .CSV file> /APPEND | /UPDATE | /REPLACE [/FOLDERPATH=<complete path of folder>] /CLASS=<message class> /PROFILE=<profile for store logon> [/[NO]SETREAD] [/[NO]EFD] [/[NO]PROGRESS] [/HELP or /?]
FIMPORT Parameters
Flag | Settings |
---|---|
/FILE= | Specifies file name of the .CSV file to import. |
/APPEND | Default. Appends the content of the .CSV file to the folder. Cannot be used with /UPDATE or /REPLACE. |
/UPDATE | Replaces the associated properties in the messages from the folder with the properties from the columns in the .CSV file. The replacement is carried out starting with the first message in the folder. |
/REPLACE | Replaces the existing messages in the folder with the contents of the .CSV file. |
/FOLDERPATH= | Specifies the path of the folder where messages will be placed. If this property is not set then the folder path must be specified in the first line of the file. |
CLASS= | Specifies the message class of messages to be placed in the folder. |
/PROFILE= | Specifies the profile to be used for the logon to the information store. |
/[NO]SETREAD | Sets the read flag on each new message. /NOSETREAD causes the message to appear as unread. |
/[NO]EFD | Creates the MS_EXCHANGE_01 property and sets it to TRUE on each new message. /NOEFD does not create the MS_EXCHANGE_01 property. |
/[NO]PROGRESS | Displays a progress dialog box. /NOPROGRESS causes this dialog not to be displayed. |
/HELP or /? | Displays full Help information. |