Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum