Sending myself an email

  • Thread starter Thread starter hhandersson
  • Start date Start date
H

hhandersson

I'm writting an COM Addin with Visual Basic. Everything works fine so
far. My problem is, that under some specific circumstances i need to
write the user an email to tell him that something went wrong.

Has anyone a clue how to solve this?

Thanks in advance for your help.

Henrik A.
 
Hi Henrik!

Can you give is some more details on your "specific circumstances", users to be mailed.
Isn't it possible to create a new MailItem in your addin, fill in the To, Subject and Body fields and send it to the user?
 
Back
Top