Subject: Suggestion Update
Point yourmailserveraddress to a alias entry to a server that has domino server that has webmailredirect as the default db that would direct the user to the proper home mail server/mail file
On a pc that yuo have admin right on manually click the button in inotes to set the default. A file called iNotesMapi.dll should be placed in c:\windows\system32\ directory (might be different on a 64 os. That file will be needed to be copied over to every terminal session and likely need to be registered.
Make a reg file of the below lines to a .reg file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
“MailHostName”=“https://yourmailserveraddress”
“MailOpenURL”=“/iNotes/Mail/?OpenDocument&ui=dwa_frame&l=en&gz&CR&MX&TS=20090313T105910,19Z&charset=UTF-8&charset=UTF-8&ua=ie”
“MailSendToURL”=“/($Drafts)/$new/?EditDocument&Form=h_PageUI&PresetFields=h_EditAction;h_New,s_NotesForm;Memo,SendTo;”
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web]
@=“Lotus iNotes Web”
“DLLPath”=“c:\windows\system32\iNotesMapi.dll”
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\Protocols]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\Protocols\mailto]
“URL Protocol”=“”
@=“URL:MailTo Protocol”
“EditFlags”=hex:02,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\Protocols\mailto\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\Protocols\mailto\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\Protocols\mailto\shell\open\command]
@=“rundll32.exe "c:\windows\system32\iNotesMapi.dll",MailToProtocolHandler %1”
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Lotus iNotes Web\shell\open]