MessageParserConfigDatesAsUtc Property |
Namespace: MailBee.Mime
If this property is set to true, all dates specified in mail message are returned as UTC. Otherwise, all dates are timezone-corrected to match local time of the computer running MailBee.
This property has immediate effect. There is no need to re-parse the message (i.e. no need to call Apply method).
Note |
---|
MessageParserConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Parser property. |