Top "System.net.mail" questions

System.

Send SMTP email using System.Net.Mail via Exchange Online (Office 365)

We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm …

c# exchange-server office365 sendmail system.net.mail
.Net System.Mail.Message adding multiple "To" addresses

EDIT: This question is pointless, except as an exercise in red herrings. The issue turned out to be a combination …

asp.net system.net.mail
"Unable to read data from the transport connection: net_io_connectionclosed." - Windows Vista Business and SMTP

Unable to test sending email from .NET code in Windows Vista Business. I am writing code which I will migrate …

c# .net windows-vista ssis system.net.mail
Send SMTP email testing Microsoft Office 365 in .net

i have a mail account on the Exchange Online service. Now i'm trying to test if i am able to …

c# exchange-server office365 system.net.mail
How do I add an attachment to an email using System.Net.Mail?

I have an excel document represented as a byte[] and I'm wanting to send it as an attachment in an …

c# email binary attachment system.net.mail
How to embed multiple images in email body using .NET

I'm writing a program that sends emails to users with multiple images (charts) embedded in the Email message body (HTML). …

c# image system.net.mail
How to confirm that mail has been delivered or not?

Below is my coding, just have a look at it System.Net.Mail.MailMessage oMail = new System.Net.Mail.MailMessage(); …

c# system.net.mail
System.Net.Mail and =?utf-8?B?XXXXX.... Headers

I'm trying to use the code below to send messages via System.Net.Mail and am sometimes getting subjects like …

c# .net encoding utf-8 system.net.mail
Multiple address in MailAddress constructor

i was trying to add multiple to address like this. MailAddress mailAddressTo = new MailAddress("[email protected];[email protected]","…

c# .net system.net.mail mailmessage
MailMessage, difference between Sender and From properties

I've been using the System.Net namespace ever since we switched from .NET Framework 1.1 to the 3.5 framework, but there’s …

.net vb.net email system.net.mail