This article applies to:
8.1.2+ Email Manager for Outlook
The default naming pattern for uploaded emails can be customized in the MsgFilenameFormat entry in the file LocalSettings.xml. The default value for this setting is {0}_{1:ddMMMyy HH.mm.ss}_{2}.
<LocalSetting>
<Name>MsgFilenameFormat</Name>
<Group>Settings</Group>
<IsLocked>false</IsLocked>
<IsLocalOnly>false</IsLocalOnly>
<IsFromCEC>false</IsFromCEC>
<Type>System.String</Type>
<Value>{0}_{1:ddMMMyy HH.mm.ss}_{2}</Value>
<DefaultValue>{0}_{1:ddMMMyy HH.mm.ss}_{2}</DefaultValue>
<Description>Determines the file name of the email message uploaded and includes the timestamp of upload.</Description>
</LocalSetting>
Note: Colligo Email Manager must be closed when this file is being modified.
LocalSettings.xml
The LocalSettings.xml file is located inside the file %LOCALAPPDATA%\Colligo\Engage\LocalSettings.db, which is created after you authenticate with Colligo the first time Outlook is launched after installation of Colligo Email Manager.
To edit the LocalSettings.xml file:
- Close Outlook.
- Navigate to %LOCALAPPDATA%\Colligo\Engage.
- Make a backup of the file LocalSettings.db.
- Rename the file LocalSettings.db as LocalSettings.zip.
- LocalSettings.zip contains one file: LocalSettings.xml.
- Edit LocalSettings.xml as follows:
- Locate MsgFilenameFormat.
- Set Value as desired. Parameters correspond to:
- 0 - Sender name
- 1 - Date/time sent - optional formatting - eg ddMMMyy HH.mm.ss
- 2 - Subject
- 3 - Conversation
- Save your changes.
- Rename the file LocalSettings.zip as LocalSettings.db.
- Launch Outlook.
Update History:
18-Oct-2018 Article created.