|
-
August 16th, 2001, 06:09 AM
#1
CDO - Avoid Password requesting screen
My application uses CDO 1.21. I want that to get the username / password & Server name as parameters and connect to a particular user's mail box in a server.
Once I try to run the program - as per the MSDN - it pops up a screen asking the username / password etc.
Since I want this program to work without any user interaction, I want to avoid this popup screen.
Can any Guru help me to tackle this!!!
My code is im CDOSes as new Session ' Referenced the CDO 1.21 library
CDOSes.Logon profilePassword:="PPP", newSession:=true, showDialog:=false, ProfileInfo:="MAILSERVER" & vbLf & "Sri Pinna"
Thanks in advance
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|