How creat a contact in special folder with VBA

  • Thread starter Thread starter borgfabr
  • Start date Start date
B

borgfabr

Hello !

I'm writting a small application in VBA and when I add a user to my BD
I want to add an outlook contact in the folder "USER" in my outlook
contact !

Could someone help me or give me some lines of code ?

Thx for help !

:)
 
What is a BD?

To create an item in a non-default folder, use the MAPIFolder.Items.Add
method on the target folder. 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.slipstick.com/dev/code/getfolder.htm
 

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

Back
Top