combit List & Label 29 - .NET Help
combit.Reporting Namespace / MailJob Class / SignatureName Property


In This Topic
    SignatureName Property
    In This Topic

    The name of an Outlook signature or the path and file name (without file name extension!) of a signature file. Depending on body text type, the file name extension txt, rtf or htm will be appended.

    Syntax
    'Declaration
     
    
    Public Property SignatureName As String
    public string SignatureName {get; set;}
    public:
    property String^ SignatureName {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also