Articles -- Email -- Sending Email with ASP.NET 2.0

MailMessage class has properties to add ReplyTo header and change priority for mail message.

Use the .ReplyTo property to indicate an address other than the .From address to use to reply to this message. ReplyTo is of MailAddress type.

Priority property can have next values: Low, Normal and High.

Using ReplyTo and Priority of mail message:

See Also:

Easy way to send email in few lines of code  
Add multiple To, CC, BCC
ReplyTo, Priority (Importance)
Custom Headers, Request a Read Receipt

Working with mail message body format:
Send email in plain text format
Send email in HTML format
Send Multi-Part MIME email
Encode the message body and subject

Send email with attachment:
... from file system
... from a stream
... as embedded external resource

Ask a Question


4AspNet POP3
.NET Component


Join WebHost4Life.com
Home E-mail Us Add to Favorities (Ctrl+D)