cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
System.Net.Mail.MailMessage has the following 2 properties:
Sender
Gets or sets the sender's address for this e-mail message
From
Gets or sets the from address for this e-mail message
Maybe I missed something, but what's the difference? It's not for Reply-To purposes because there is a property for that... These properties are of type MailAddress, which contains an address and a displayname.
Sender
Gets or sets the sender's address for this e-mail message
From
Gets or sets the from address for this e-mail message
Maybe I missed something, but what's the difference? It's not for Reply-To purposes because there is a property for that... These properties are of type MailAddress, which contains an address and a displayname.