Distribution List Listbox

G

gp

Hello,

I am working on a new contact form in Outlook 2007 and want to create
a new way to add and subtract contacts from distribution lists. I
would like to populate a listbox with the current distribution lists
and be able to select and deselect them thereby assigning or removing
a contact from those lists (unless you can think of a better way).

I am basically new to VB and related languages, but understand that I
need to use the DistListItem, GetMember, and AddMember objects. The
basic feel makes sense as well: populate the listbox with current
distlists, "select" member's affiliations, loop back and "reselect"
member's affiliations. I can understand and adapt code, but I don't
really know how to write it. Any help?

Thanks!

And Happy New Year!
-gp
 
B

Brian Tillman

gp said:
I am basically new to VB and related languages, but understand that I
need to use the DistListItem, GetMember, and AddMember objects. The
basic feel makes sense as well: populate the listbox with current
distlists, "select" member's affiliations, loop back and "reselect"
member's affiliations. I can understand and adapt code, but I don't
really know how to write it. Any help?

Ask in the programming group: 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