Gets the list of addresses that should receive replies to this message.

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

Syntax

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

Field Value

The list of addresses that should receive replies.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also