Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating Outlook Login
Message
 
 
À
24/07/2008 16:55:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01333896
Message ID:
01334116
Vues:
14
>I'm using Outlook 2000 which prompts for a user id, exchange server, and password and I was wondering if there was a way to automate the Outlook login programmatically?

You have to create Oulook profile first
oOutLookObject = CreateObject("Outlook.Application")
* Get Namespace and log in
oNameSpace = oOutlookObject.GetNameSpace("MAPI")
oNameSpace.Logon("ProfileName", "Password")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform