Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Urgent: Send mail using ole .

Former Member
0 Likes
399

Hello all,

I am trying to send mail with an attachment using ole interface ie using statements such as create object,get property,set property etc.

Everything is working fine except that while sending the mail it prompts for a dialog box saying ' an application is trying to send mail on your behalf do you want to continue' and a 'yes' has to be voted.

Is there a way to suppress this dialog box?

Regards,

Niky.

Hello all,

I am trying to send mail with an attachment using ole interface ie using statements such as create object,get property,set property etc.

Everything is working fine except that while sending the mail it prompts for a dialog box saying ' an application is trying to send mail on your behalf do you want to continue' and a 'yes' has to be voted.

Is there a way to suppress this dialog box?

Regards,

Niky.

1 REPLY 1
Read only

Former Member
0 Likes
350

If there is I believe it will be in the security settings of your email program. The popup occurs whenever emails are sent this way as a way to trap emails being sent by virus and trojan programs running on your PC - especially ones based on macros that were prolific a few years back.

So while you may be able to remove the pop-up, this may open your pc to some forms of hacking.

Andrew