SmtpClientSender Property Ipswitch.Messaging.Framework
Gets or sets an email address that should be used as the sender of the message being sent to the SMTP server. This will override the value of the From property of the Email object being sent.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public EmailAddress Sender { get; set; }

Property Value

Type: EmailAddress
See Also

Reference