Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI Problem
Message
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
MAPI Problem
Divers
Thread ID:
00858949
Message ID:
00858949
Vues:
53
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
Répondre
Fil
Voir

Click here to load this message in the networking platform