Link to home
Start Free TrialLog in
Avatar of Turlock
Turlock

asked on

Showing Outlook address book in VB

At the moment I'm trying to make up an automatic mailer in work, I have a text box with a standard template and a few fill in the blanks.

My problem is that when I'm sending a mail and fill in the 'to' field I have to know the exact username or exact name for visual basic to validate it with outlook or I get an error saying the user can't be validated.

I saw in another application how they had a text box done up like the 'to' field in outlook and when you type in a partial name the actual outlook address book popped up.

Does anyone know how to do this?

I'm connecting to outlook through the reference
e.g.
Dim ol As Outlook.Application
Dim ns As Outlook.NameSpace
Dim newMail As Outlook.MailItem
etc...
Avatar of bochgoch
bochgoch
Flag of United Kingdom of Great Britain and Northern Ireland image

The following link gives you all you need to bring up the address book:

http://www.outlookcode.com/d/code/selectnames.htm

Is that what you're after?
Avatar of Turlock
Turlock

ASKER

No, unfortunatley not, I'm looking to basically get an address book button through Visual basic
ASKER CERTIFIED SOLUTION
Avatar of santosh26676
santosh26676

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial