
How do we access the last dialed number from a VBA Routine
It might be held in the registry somewhere but I don't know where. I'd
grab one of those in the list and do a search in regedit and see if
you can find the key you need.
--
Ken Slovak
[MVP - Outlook]
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Co-author of "Programming Microsoft Outlook 2000", Chapters 8-13,
Appendices, Sams
Quote:
> I am trying to get the last dialed number to update my journal entry
each
> time a call is made through the Call contact dialog.
> This number is available when you go from the Contacts folder and
use the
> following menu items.
> Actions | Call Contact | Redial
> This will give a list of the last phone numbers dialed. The first
one is
> the Last dialed number. I need to access this number from within a
VBA
> routine. This VBA routine updates a journal entry with the phone
number of
> the contact and a status of the call. Since a contact may be
reached at
> more thatn one number, it is important to log at what number he/she
was
> reached.
> Thank you
> Ren