Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating mapi.folders in vb/vba
Message
De
07/09/2000 09:06:12
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Creating mapi.folders in vb/vba
Divers
Thread ID:
00413408
Message ID:
00413408
Vues:
38
Is there a way to add a contacts folder to outlook with vb/vba code ?

I have tried to add a folder using this code:

' Reference to Cdo 1.21
Dim f As MAPI.Folder, ff As MAPI.Folders
Set ff = ...
Set f = ff.Add(strFolderName)

The "Add" method supports only one argument (folder name), how can I force it to be a contacts folder ?
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Répondre
Fil
Voir

Click here to load this message in the networking platform