N
news.free.fr
Dim WithEvents colCTSItems As Items
Private Sub Application_Startup()
Dim NS As Outlook.NameSpace
Set NS = Application.GetNamespace("MAPI")
Set colCTSItems = NS.GetDefaultFolder(olFolderContacts).Items
Hi,
I need to specify a contacts folder other than that by default. I do not
know how to make.
thanks
seb
Private Sub Application_Startup()
Dim NS As Outlook.NameSpace
Set NS = Application.GetNamespace("MAPI")
Set colCTSItems = NS.GetDefaultFolder(olFolderContacts).Items
Hi,
I need to specify a contacts folder other than that by default. I do not
know how to make.
thanks
seb