OpenPop.NET POP3 Library Documentation

MessageHeader.DateSent Property

The Date when the email was sent.
This is the parsed equivalent of Date.
Notice that the TimeZone of the DateTime object is in UTC and has NOT been converted to local TimeZone.

public DateTime DateSent { public get; private set; }

Remarks

See RFC 5322 section 3.6.1 for more details

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace