Lotus Notes Sync
-
Gast
I only get the following options from settings->sync->calendar dropdown:
-Only MyPhoneExplorer
-Rainlendar2
-Google
-iCal-File (local or network)
Should I be using the iCal-File? Sorry, not really familiar with lotus notes, just a new user...
Im currently using the 1.6.3 version.
Thank you very much in advance!
-Only MyPhoneExplorer
-Rainlendar2
-iCal-File (local or network)
Should I be using the iCal-File? Sorry, not really familiar with lotus notes, just a new user...
Im currently using the 1.6.3 version.
Thank you very much in advance!
Trick?
I Have the same problem and my Notes is working perfect. I think the problem is that Local IT who installed the work laptop used a preinstalled installation. Is there a way to trick MPE to give the option for Notes?
TIA
Ray
TIA
Ray
Anonymous hat geschrieben:I only get the following options from settings->sync->calendar dropdown:
-Only MyPhoneExplorer
-Rainlendar2
-iCal-File (local or network)
Should I be using the iCal-File? Sorry, not really familiar with lotus notes, just a new user...
Im currently using the 1.6.3 version.
Thank you very much in advance!
MyPhoneExplorer does the Sync via COM (Latebinding). On my machine the important entries look like this:
If MyPhoneExplorer detects that the Standardvalue of the key HKEY_CLASSES_ROOT\Notes.NotesSession is not empty, then it will show the option in the settings-dialog. But i'm afraid its not enought to set this registry-setting cause Windows needs the information from the registry to load the COM-Object
Code: Alles auswählen
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Notes.NotesSession]
@="Notes R4.0 NotesSession"
[HKEY_CLASSES_ROOT\Notes.NotesSession\CLSID]
@="{29131401-2EED-1069-BF5D-00DD011186B7}"
[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}]
@="Notes R4.0 NotesSession"
[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\LocalServer]
@="C:\\program files\\lotus\\notes\\notes.exe /Automation"
[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\LocalServer32]
@="C:\\program files\\lotus\\notes\\notes.exe /Automation"
[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\ProgID]
@="Notes.NotesSession"
Add this and it worked!
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Notes.NotesSession]
@="Lotus Domino Session"
[HKEY_CLASSES_ROOT\Notes.NotesSession\CLSID]
@="{29131539-2EED-1069-BF5D-00DD011186B7}"
[HKEY_CLASSES_ROOT\Notes.NotesSession\CurVer]
@="Lotus.NotesSession.6.53"
Thanks a lot!
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Notes.NotesSession]
@="Lotus Domino Session"
[HKEY_CLASSES_ROOT\Notes.NotesSession\CLSID]
@="{29131539-2EED-1069-BF5D-00DD011186B7}"
[HKEY_CLASSES_ROOT\Notes.NotesSession\CurVer]
@="Lotus.NotesSession.6.53"
Thanks a lot!