Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MsMapi.mapisession.1 Error in a ASP
Message
From
04/08/1999 15:58:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
MsMapi.mapisession.1 Error in a ASP
Miscellaneous
Thread ID:
00249942
Message ID:
00249942
Views:
127
I keep getting an error on the session login any Idea what it could be here is my vbscript code.

Set ln = CreateObject("msmapi.mapisession.1")
ln.UserName = "Darren Mc Dowell"

* && Error out here
ln.SignOn


Set lo = CreateObject("msmapi.mapimessages.1")
lo.sessionid = ln.sessionid
lo.compose()
lo.recipdisplayname = "Testing@Aol.Compose"
lo.reciptype = 1
lo.resolvename()
lo.msgsubject = "This is my Subject"
lo.msgnotetext = "This is my test"
lo.send(1)
ln.signoff()
Next
Reply
Map
View

Click here to load this message in the networking platform