InReplyTo Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MessageHeader.InReplyTo Property

The message identifier(s) of the original message(s) to which the current message is a reply.

The list will be empty if no In-Reply-To header was present in the message

public List<string> InReplyTo { public get; private set; }

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace