PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How to automate contact selection
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How to automate contact selection
![]() |
How to automate contact selection |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I am new to Outlook programming,and I am finding it hard to locate a
good answer on how do I programmatically select entries from the address book and move them into the "Resources" box in the "Select Attendees and Resources" dialog box. I use the same resources each time a book a meeting, and would like a way of pre-populating those resources into the "Resources" field. Jeff |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Whenever an appointment is created and displayed (e.g in the
Application.Inspectors.NewInspector event), call set Recip = Appointment.Recipients.Add("name of the resource") Recip.Type = olBCC for each resource. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool <jpottsx1@gmail.com> wrote in message news:1131115256.357130.129320@g47g2000cwa.googlegroups.com... >I am new to Outlook programming,and I am finding it hard to locate a > good answer on how do I programmatically select entries from the > address book and move them into the "Resources" box in the "Select > Attendees and Resources" dialog box. > > I use the same resources each time a book a meeting, and would like a > way of pre-populating those resources into the "Resources" field. > > Jeff > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

