Hi , I am planning to create a mailing application using vb.net. the application should send emails using the outlook program installed in system. I have done the coding for sending the email and its working fine. but im getting a security warning when i send the mail and everytime i need to clickon yes to actually send the mail. Is there any way to get rid of the security warning programmatically or using any .dll's. Also how can i access the outlook address book from my application to get the To address. can anybody help me?
I have a post on mail at my blog that uses C# , not VB(as i don't work in VB). You can use that and convert to VB. Hope that helps...
Thanx for the reply. but i was looking for info about sending mail using outlook. it uses exchange server. the program in ur blog sends using smtp. as i said the mail sending part is working fine for me. i just want to get rid of the warning that i get
As far as I remember, that's a security feature that's nailed so hard onto Outlook that the only way to remove it is with Outlook as well. Alternatively, you can use SendKeys to respond to security prompt.