S
snoconegod
Hello,
I've successfully imported contacts from Sharepoint (WSS 3.0) into
Outlook 2003, but now am trying to access them from a macro I'm
creating. I'm dynamically building a dropdown list in a form that
shows the company name of each contact. I've dived into Sue Mosher's
excellent site (OutlookCode.com) and discovered how to get into my
personal contacts folder, but that just won't do for my purposes - I
need to get into the Sharepoint list, and it appears in the "Other
Contacts" folder.
What's the string I need to use in place of the one below?
Set fdrMainContacts =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderContacts)
Thanks!
John
I've successfully imported contacts from Sharepoint (WSS 3.0) into
Outlook 2003, but now am trying to access them from a macro I'm
creating. I'm dynamically building a dropdown list in a form that
shows the company name of each contact. I've dived into Sue Mosher's
excellent site (OutlookCode.com) and discovered how to get into my
personal contacts folder, but that just won't do for my purposes - I
need to get into the Sharepoint list, and it appears in the "Other
Contacts" folder.
What's the string I need to use in place of the one below?
Set fdrMainContacts =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderContacts)
Thanks!
John