Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Standard email client
Message
De
26/04/2000 06:41:46
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
26/04/2000 05:38:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00363492
Message ID:
00363499
Vues:
20
>I want to determine the standard email client. How can I do this.
>The reason to find out which client is used is, that I want to use Outlook automation if it is Outlook, in the other case I want to use ShellExecute.

You could try to create an Outlook object, then if that fails, go on to use ShellExecute

LOCAL loMail
loMail = CREATEOBJECT("Outlook.Application") && Not sure if classname is correct
IF VARTYPE( loMail) = "O" AND NOT ISNULL( loMail)
Do Outlook stuff
ELSE
Do ShellExecute Stuff
ENDIF
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform