References Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MessageHeader.References Property

The message identifier(s) of other message(s) to which the current message is related to.

The list will be empty if no References header was present in the message

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

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace