Gets or sets the list of authors of this message.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Property From As MailAddressCollection Get Set |
C# |
---|
public MailAddressCollection From { get; set; } |
Field Value
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.