Custom "Select Names"/addressing dialog box

J

Jason Grimme

Hello,

I'm considering making a custom form to distribute to my Outlook users for
sending faxes via our fax server application.

I would like to create a button that will bring up a list of all their
contacts (as designated via their Outlook Address Book) that have Fax numbers
defined. Then, as the select them, add a recipient address from the
contact's information in the format of ...

[RFAX:<DisplayName>@/FN=<FaxNumber>/CO=<Company>/VN=<BusinessPhone>]

Where there parameters inside the <> are pulled from the contact item.

Is this possible? Any direction would be appreciated.
 
S

Sue Mosher [MVP-Outlook]

THere are only two ways to do that in a custom form:

-- Develop and distribute an ActiveX control that displays the data you want.

-- Place a list box on a custom page to display the desired data.

An Outlook add-in probably would be a better solution than a custom form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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