Gets the list of identifiers of messages to which the message is a reply.

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

Syntax

Visual Basic
Public ReadOnly Property InReplyTo As MessageIdCollection
	Get
C#
public MessageIdCollection InReplyTo { get; }

Field Value

The list of message identifiers.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also