Text box Integrating with Exchange.

M

Martin

How can I integrate a control box into Outlook. I want to setup a text box
called email and have a icon (email checkbox) that will allow me to check
the name with Exchange.

thanks,
Martin
 
C

Clay Fox

It would require coding and a full trust form to be able to do this directly
with Outlook.

It appears you want a way to look up email addresses correct?

The best way to do this is with an Active Directory Web Service. That will
allow you to look up name, email, manager, etc by username. Also to check
group membership.

You can get it as part of the Database Accelerator or as a standalone
install at http://www.qdabra.com

--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 
P

Paul

It would require coding and a full trust form to be able to do this directly
with Outlook.

It appears you want a way to look up email addresses correct?

The best way to do this is with an Active Directory Web Service.  That will
allow you to look up name, email, manager, etc by username.  Also to check
group membership.

You can get it as part of the Database Accelerator or as a standalone
install athttp://www.qdabra.com

--
Thanks

Clay Fox

Qdabra Softwarehttp://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the Worldhttp://www.infopathdev.com






- Show quoted text -

I'm currently using code to loop through the exchange address book to
populate fields. If this would help let me know and mybe you can use
it as an example. The only annoying item is the microsoft security
prompt allowing access to it.
 
M

Mark

Can we get a copy of this code? I am very interested in integrating it into
my application.

Thanks!!!
 

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