Replace olFolderContacts for Sharepoint lists in Outlook VBA

  • Thread starter Thread starter Alexnts
  • Start date Start date
A

Alexnts

Good morning to all :)

I am using this piece of code here
http://www.vboffice.net/sample.html?mnu=2&pub=6&lang=en&smp=32&cmd=showitem
to massively change the internet format field of Sharepoint Contacts in
Outlook.
It works like a charm in the local contact list but not in the cached
Sharepoint lists.
The problem is at this line i think.

Set Items = Session.GetDefaultFolder(olFolderContacts).Items

How can i set the script to selectand workon the Sharepoint lists(local
cached) instead of the local lists?

Best Regards.
 
Back
Top