Pop3MessageInfo.InReplyTo Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
InReplyTo
Gets the list of identifiers of messages to which the message is a reply.
Declaration
public MessageIdCollection InReplyTo { get; }
Property Value
Type | Description |
---|---|
MessageIdCollection | The list of message identifiers. |