Contact Form

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hello,

In the bottom of the contact form, you have a contacts field. I have names
in there that point to contacts in a contact folder located on Public
Folders. That folder has moved to a different location, now the contact
links don't work.

Is there a way to fix this, or programatically fix it?

Thanks,
Joel
 
YOu can try modifying the VBA macro at http://www.outlookcode.com/codedetail.aspx?id=1519. It is designed to reconnect links to contacts in the user's own default Contacts folder (colContacts), so you'd have to modify the code to return a different folder for colContacts. To get a non-default folder, you need to walk the folder hierarchy using the Folders collections or use a function that does that for you. See http://www.outlookcode.com/d/code/getfolder.htm and, especially for public folders, http://www.outlookcode.com/codedetail.aspx?id=1164
 
Back
Top