Selecting Contact Folder

M

Michael Steffen

Hi there,

I've developed an Outlook - Addin with VB.NET to insert Contacts into
Outlook with data retrieved from an SQL Database. At this time the AddIn
determines the Default Contact Folder by using the

GetDefaultFolder Function

of the Namespace.

Now I would like to advance this AddIn by giving the User the opportunity to
select the ContactFolder (if multiple contact Folders exist).
Therefore I need to display all available ContactFolders in a Dialog to let
the User select from.

How does this work?

Thanks in advance...

Michael
 
S

Sue Mosher [MVP]

The Namespace.PickFolder method displays the entire folder list in a
selection dialog. There is no built-in method for displaying only contact
folders.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba
 

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