|
I have a winform app where I need to send e-mails, I'm using the System.Web.Mail class, but I'd like to retrieve the addresses from our outlook mail server, if I try to do this using the outlook COM assembly when I try to do this I get a message saying that somebody is requesting permission to access my address book, this is not practical, I was wondering if there is a way to bypass this message or another way to see the addressbook without using the outlook object library.
Thanks
Salvador |