Hi,
I am working with the Redemption library (version 4.2.0.562) within an installer, to publish a form in Outlook (with the default profile, "Outlook"). All works fine in WinXP, but when I try to use it in Windows Vista, I have some problems: it works fine if I install directly from the .exe, but it does not when installing from the iExplorer ('Logon' process fails):
Dim objSession As New RDOSession
objSession.Logon ("Outlook")
*********** Error in MAPILogonEx: MAPI_E_INVALID_PARAMETER
Any idea? Is it due to the Redemption version? Or is it sth related to Win Vista and iExplorer?
Thanks in advance
Diego
I am working with the Redemption library (version 4.2.0.562) within an installer, to publish a form in Outlook (with the default profile, "Outlook"). All works fine in WinXP, but when I try to use it in Windows Vista, I have some problems: it works fine if I install directly from the .exe, but it does not when installing from the iExplorer ('Logon' process fails):
Dim objSession As New RDOSession
objSession.Logon ("Outlook")
*********** Error in MAPILogonEx: MAPI_E_INVALID_PARAMETER
Any idea? Is it due to the Redemption version? Or is it sth related to Win Vista and iExplorer?
Thanks in advance
Diego