Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add/Update/Delete email addresses
Message
De
28/04/2004 12:58:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00898939
Message ID:
00899027
Vues:
13
>Hi !!!!
>
>How can I Add/Update/Delete my Outlook addresses thru programme.
>

Something along these lines:
oOutlook=CREATEOBJECT("Outlook.Application")
oNS = oOutlook.GetNameSpace("MAPI")

oItem = oOutlook.CreateItem(2)
WITH oItem
  .FullName = <fill in name here>
  .Email1Address = <fill in email here>
  * populate other properties as needed
ENDWITH
oItem.Save()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform