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