MailMessage.Sender Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Sender
Gets or sets the sender of this message.
Declaration
public MailAddress Sender { get; set; }
Property Value
Type | Description |
---|---|
MailAddress | The sender of this message. |
Remarks
This property specifies the agent responsible for the transmission of the message. Use From to specify the list of authors of the message.
This field must be set if the 'From' field contains multiple authors.
This field should not be set if the 'From field contains a single author that is also the sender of the message.