Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send emails without the default account mail
Message
 
 
À
20/08/2002 08:26:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00691392
Message ID:
00691407
Vues:
17
>Hi:
> How can I send email from VFP, with the MAPI control, with an account that not is the default account.
>
>Thanks

Try to login using that profile.
oSession=CREATEOBJECT("MSMAPI.MAPISession.1")
oSession.UserName = < profile name >
oSession.Password = < password >
oSession.SignOn()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform