ImageGear v26.3 - Updated
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
    public Nullable<DateTime> SentOn {get;}
    public: __property Nullable<DateTime> get_SentOn();
    public:
    property Nullable<DateTime> SentOn {
       Nullable<DateTime> get();
    }
    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