Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating mapi.folders in vb/vba
Message
From
07/09/2000 09:06:12
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Creating mapi.folders in vb/vba
Miscellaneous
Thread ID:
00413408
Message ID:
00413408
Views:
39
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...
Reply
Map
View

Click here to load this message in the networking platform