Gets the list of authors of this message.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property From As MailAddressCollection
	Get
C#
public MailAddressCollection From { get; }

Field Value

The list of authors.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also