
Contents tagged with smtp
Send Email by using .Net via SMTP-Server
Sometimes it’s easier to send an Email without using the Outlook Object Modell. The .Net Framework already has the capability to send emails using a SMTP-Server.This snippet sends an Email using … more
Send Email by Script or Batch command
Sometimes you want to send Email using a Script or a batch file. You can use an external .exe as a tool, but if you have a SMTP-Server in your network reachable, you can use this simple vbs script. … more
Programming Outlook: Sender or Receiver SMTP-Address
In case you programm an Outlook-Extension and need to retrieve the Email-Address of the sender or the recipient of an email, you may find this snippet usefull: When the sender is an internal sender of … more