Replace olFolderContacts for Sharepoint lists in Outlook VBA

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top