Sending E-mail

  • Thread starter Thread starter Larry Kenneth
  • Start date Start date
L

Larry Kenneth

I using Outlook 9 in my vb program to send e-mails to
number of people. However every time I send an -email, XP
keep poping up with this message, "A program is trying to
automatically send e-mail on your behalf do you want this"
How can I suppress this ?

Thanks for your help.

Cheers

Larry
 
digital signature...adjust your security settings.

most importantly...try looking in msdn! that's an outlook security patch
released in late 2K. there's an easily found article describing the
behaviour w/ several methods of accomplishing what you're asking.

this is quickly becoming one of tmfaq in this ng! rtfm people.

steve
 
Larry,
In addition to the others comments, consider upgrading to Outlook 2003.

As Outlook 2003 has changed the rules such that properly constructed COM
Addins will no longer get the prompt.

http://www.slipstick.com/dev/ol2003problems.htm

I have not tried it, it sounds like Exchange Server has options to control
the prompt on earlier versions of Outlook.
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

In case you don't have it the following site provides a number of articles
on using Outlook from .NET.

http://www.microeye.com/resources/res_outlookvsnet.htm

Hope this helps
Jay
 
¤ I using Outlook 9 in my vb program to send e-mails to
¤ number of people. However every time I send an -email, XP
¤ keep poping up with this message, "A program is trying to
¤ automatically send e-mail on your behalf do you want this"
¤ How can I suppress this ?
¤

See the following:

http://www.dimastr.com/redemption/


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top