Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI
Message
De
23/10/2001 13:18:53
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
MAPI
Divers
Thread ID:
00572157
Message ID:
00572157
Vues:
61
Hello,

I am creating an application with MAPI capabillities. The code below only works once. What is the problem?

With MAPISession
.DownLoadMail = False
.LogonUI = True
.SignOn
.NewSession = True
MAPIMessages.SessionID = .SessionID
End With
With MAPIMessages
.Compose
.RecipAddress = Trim(txtEmail.Text)
.AddressResolveUI = True
.ResolveName
.MsgSubject = ""
.MsgNoteText = ""
.Send True
MAPISession.SignOff
End With
Thanks

Jim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform