OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / InvoiceBase Class / EmailTimestamp Property



In This Topic
    EmailTimestamp Property
    In This Topic
    A timestamp indicating when this Invoice was emailed to the address stored in Email Recipient.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Email Timestamp")>
    Public ReadOnly Property EmailTimestamp As Date
    'Usage
     
    
    Dim instance As InvoiceBase
    Dim value As Date
     
    value = instance.EmailTimestamp
    [DataMember(false)]
    [DisplayName("Email Timestamp")]
    public DateTime EmailTimestamp {get;}
    [DataMember(false)]
    [DisplayName("Email Timestamp")]
    public:
    property DateTime EmailTimestamp {
       DateTime get();
    }
    Remarks
    This field is read-only and cannot be directly modified.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also