Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

I believe you'll need to use the outlook API's to perform that, since the MailObject and SMTP will send the mail internally using the mentioned params, something like this should help http://www.codeproject.com/Tips/165548/C-Code-snippet-to-send-an-Email-with-attachment-fr

A possible duplicate : Can only send email via Outlook if Outlook is openCan only send email via Outlook if Outlook is open

I believe you'll need to use the outlook API's to perform that, since the MailObject and SMTP will send the mail internally using the mentioned params, something like this should help http://www.codeproject.com/Tips/165548/C-Code-snippet-to-send-an-Email-with-attachment-fr

A possible duplicate : Can only send email via Outlook if Outlook is open

I believe you'll need to use the outlook API's to perform that, since the MailObject and SMTP will send the mail internally using the mentioned params, something like this should help http://www.codeproject.com/Tips/165548/C-Code-snippet-to-send-an-Email-with-attachment-fr

A possible duplicate : Can only send email via Outlook if Outlook is open

Source Link
foo-baar
  • 1.1k
  • 3
  • 18
  • 45

I believe you'll need to use the outlook API's to perform that, since the MailObject and SMTP will send the mail internally using the mentioned params, something like this should help http://www.codeproject.com/Tips/165548/C-Code-snippet-to-send-an-Email-with-attachment-fr

A possible duplicate : Can only send email via Outlook if Outlook is open