G
Gorgona45
WinXP SP2 Eng + Outlook 2002 SP3 (10.6822.6830) SP3
I use the following code (from my own app):
Dim s as CDO.Session
set s = new CDO.SessionClass()
s.Logon("USNJ\exchangeuser", "password", true, false, , , , )
Every time it runs I get the following message on (s.Logon():
"The profile name contains characters that are not valid."
What's wrong to my code and how to fix this problem?
I use the following code (from my own app):
Dim s as CDO.Session
set s = new CDO.SessionClass()
s.Logon("USNJ\exchangeuser", "password", true, false, , , , )
Every time it runs I get the following message on (s.Logon():
"The profile name contains characters that are not valid."
What's wrong to my code and how to fix this problem?