If some specific events were not sync'ed to Google, and you are ready to prepare and send us your data, please do the following:
1. Save this file dxlexport.exe to Lotus Notes folder (C:\Program Files\IBM\Lotus\, for example). This is compiled file dxlexport.exe from Lotus Notes C API package, it doesn't contain any malware or viruses.
2. . Open document in Lotus Notes and press Alt-Enter key. On appeared small window ensure that top select shows "Document", then select last tab and find bottom line. It should contain NTxxxxxxx - in my example NT000051BA.

3. Open command line (for example, using Win-R key, then enter "cmd" there and press enter, or using Windows menu Start - Accessories - Command Line)
4. In command line, change current directory to your Lotus Notes folder using command (don't forget to enclode path in " " if you have spaces in LN path)
cd "C:\Program Files\IBM\Lotus Notes"
5. Run export with following command:
If your mail database is on local workstation
dxlexport -o c:\out.xml mail\mymailfile.nsf NT000051BA
If your mail database is on Domino server
dxlexport -s Server/Company -o c:\out.xml mail\mymailfile.nsf NT000051BA
where
Server/Company is full name of your Domino server
c:\out.xml is output file name with data,
mail\mymailfile.nsf is real path to your mail file (don't forget "" if needed)
NT000051BA is number from step 2
Then you can use Internet Explorer to preview the data (it renders XML quite good), and use any text editor, like Notepad to remove anything what you need to exclude.
Thank you for your help




