Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a piece of code that could retreive data from local outlook contacts but I wish to get the data from a Public Folder. Does anybody know the right code to get the data from the public folder? Set OLF = GetObject("", "Outlook.Application").GetNamespace("MAPI").GetFol der("Public Folders\All Public Folders\A-contactpersonen") If OLF Is Nothing Then Set OLF = CreateObject("Outlook.Application").GetNamespace(" MAPI").GetFolder("Public Folders\All Public Folders\A-contactpersonen") End If |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get contacts from Public folders into a userform | Excel Discussion (Misc queries) | |||
Get contacts from Public folders into a userform | Excel Programming | |||
Hyperlink to Outlook Public Folders | Links and Linking in Excel | |||
Post to Public Folders | Excel Programming | |||
Linked Spreadsheets through Public Folders | Excel Programming |