How can I avoid Outlook's security warning when sending email programmatically?

后端 未结 3 827
攒了一身酷
攒了一身酷 2020-12-19 09:15

I send email through Outlook using VB.Net 2005; this is working fine.
At the same time, however, I receive the following message:

A program is trying

3条回答
  •  旧巷少年郎
    2020-12-19 09:40

    I know this isn't answering your direct question, but is there a reason you can use the System.Net.Mail.MailMessage class and send using that? Or is this because you want the e-mail to show up in their sent items?

提交回复
热议问题