Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Standard email client
Message
De
26/04/2000 07:16:39
 
 
À
26/04/2000 06:41:46
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00363492
Message ID:
00363502
Vues:
22
I do not think, that this is the right way. What happend if on the client machine Outlook is installed, but another email client is the standard client.
Then I can create an Outlook object, but I want to send emails via the standard client.

>>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
Jörg Schneider
Joerg.Schneider@SMARTCRM.de
SMARTCRM CRM powered by MS Visual FoxPro
SMARTCRM GmbH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform