Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI
Message
 
 
À
23/10/2001 13:18:53
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Re: MAPI
Divers
Thread ID:
00572157
Message ID:
00572185
Vues:
31
Therea're a couple of MAPI classes in download section. Search for "MAPI".

>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform