MailMessage.TimeZoneOffset

MailMessage.TimeZoneOffset property

Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the local time and UTC.

public TimeSpan TimeZoneOffset { get; set; }

See Also