
09-19-2000, 05:18 PM
|
|
|
MAPI Session
|
How do I start a MAPI session?
I've tried, but can't figure it out, I think I need to reference one of the dll's but I can't find the right one.
Can someone help?
Dim mpsSession As MAPISession
mpsSession.UserName = "myusername"
mpsSession.Password = "mypassword"
mpsSession.SignOn
mpsSession.SignOff
I think the code is right... Once I get this working, can anyone tell me if the code to actually compose and send messages is easy, or are there catches to it?
TIA
Steve
|
|