OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / CustomerBase Class / SendInvoiceByEmail Property



In This Topic
    SendInvoiceByEmail Property
    In This Topic
    The eligibility of an Invoice being delivered to this Customer via email.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Send Invoice By Mail")>
    Public Property SendInvoiceByEmail As Boolean
    'Usage
     
    
    Dim instance As CustomerBase
    Dim value As Boolean
     
    instance.SendInvoiceByEmail = value
     
    value = instance.SendInvoiceByEmail
    [DataMember(false)]
    [DisplayName("Send Invoice By Mail")]
    public bool SendInvoiceByEmail {get; set;}
    [DataMember(false)]
    [DisplayName("Send Invoice By Mail")]
    public:
    property bool SendInvoiceByEmail {
       bool get();
       void set (    bool value);
    }
    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