Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.SuggestedSignerEmail

TElOfficeOpenXMLSignatureLine     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Suggested signer email address.

Declaration

[C#]
    string SuggestedSignerEmail;

[VB.NET]
    Property SuggestedSignerEmail As String

[Pascal]
    property SuggestedSignerEmail : UnicodeString;

[C++]
    void get_SuggestedSignerEmail(sb_u16string &OutResult);
    void get_SuggestedSignerEmail(std::wstring &OutResult);

[PHP]
    string get_SuggestedSignerEmail()

[Java]
    String getSuggestedSignerEmail();

Description

    Use this read-only property to get the email address of who should sign the signature line.

See also:     SuggestedSigner     SuggestedSigner2    

Discuss this help topic in SecureBlackbox Forum