K
kosecki
Hi, I've wrote a small program to synchronize sqlserver with outlook
address book. I'm a little bit confused becouse:
A part of code
fold = objFolder.Folders("name")
If fold Is Nothing Then
Dim fold2 = objFolder.Folders.Add("name")
fold = objFolder.Folders(gdzie)
fold.ShowAsOutlookAB = True
End If
Everything is all right, folder if doesn't exists will be
created....but
when I remove these folder from Outlook contact folder, in address book
created folder with contact still exist, and when I do run my program
again, in address book the same folders will be created (the same name,
so my question is how to synchronize contact folder with address book.
address book. I'm a little bit confused becouse:
A part of code
fold = objFolder.Folders("name")
If fold Is Nothing Then
Dim fold2 = objFolder.Folders.Add("name")
fold = objFolder.Folders(gdzie)
fold.ShowAsOutlookAB = True
End If
Everything is all right, folder if doesn't exists will be
created....but
when I remove these folder from Outlook contact folder, in address book
created folder with contact still exist, and when I do run my program
again, in address book the same folders will be created (the same name,
so my question is how to synchronize contact folder with address book.