Delegate Exporting Contacts in VBA?

D

David

Hello! I am a VBA programmer who has programmed a wonderful VBA
solution to export contacts to a custom database. The problem (or
challenge, as it were) is that the the customer wants to have
delegates do the export. Is there an easy way (or any way) through
VBA (or anything else) that tells Outlook that a delegate is accessing
contacts and points to the proper folder? I can't seem to get it to
work -- Most important, I can't seem to pass a MapiFolder as a
function argument, just a string, which means that I can't read
backwards to the contact folder I was in (some people have more than
one contact folder.)

Any help at all would be appreciated. Thank you.

David
 
B

Brian Tillman [MVP - Outlook]

Hello! I am a VBA programmer who has programmed a wonderful VBA
solution to export contacts to a custom database. The problem (or
challenge, as it were) is that the the customer wants to have
delegates do the export. Is there an easy way (or any way) through
VBA (or anything else) that tells Outlook that a delegate is accessing
contacts and points to the proper folder? I can't seem to get it to
work -- Most important, I can't seem to pass a MapiFolder as a
function argument, just a string, which means that I can't read
backwards to the contact folder I was in (some people have more than
one contact folder.)

microsoft.public.outlook.program_vba seems more appropriate.
 

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