OpenPop.NET POP3 Library Documentation

MessageHeader.Received Property

This is the Received headers. This tells the path that the email went.

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

public List<Received> Received { public get; private set; }

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace