ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / SentOn Property




In This Topic
SentOn Property
In This Topic
The date when the Email message was sent.
Syntax
'Declaration
 
Public ReadOnly Property SentOn As Nullable(Of Date)
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As Nullable(Of Date)
 
value = instance.SentOn
Remarks
The System.TimeZone of the System.DateTime object is in UTC and has NOT been converted to local System.TimeZone. Can be null if message doesn't contain information when the message was sent.
See Also