Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI Problem
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
MAPI Problem
Miscellaneous
Thread ID:
00858949
Message ID:
00858949
Views:
54
I have this code in the Form Load
I get an 'unspecified error' on the send line


Private Sub Form_Load()

MAPISession1.UserName = sUserName
MAPISession1.Password = sPassword
MAPISession1.SignOn

MAPIMessages1.SessionID = MAPISession1.SessionID

MAPIMessages1.Compose
MAPIMessages1.RecipAddress = "kmarois@comcast.net"
MAPIMessages1.MsgSubject = "Test From VB"
MAPIMessages1.MsgNoteText = "test"

MAPIMessages1.Send False

MAPISession1.SignOff

End Sub
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Reply
Map
View

Click here to load this message in the networking platform