Discuss this help topic in SecureBlackbox Forum
Specifies the e-mail address of a person to whom the signature has been delegated.
Declaration
[C#/Java]
string DelegateSuggestedSignerEmail;
[VB.NET]
Property DelegateSuggestedSignerEmail As String
[Pascal]
property DelegateSuggestedSignerEmail : WideString;
[C++]
void get_DelegateSuggestedSignerEmail(sb_u16string &OutResult);
void get_DelegateSuggestedSignerEmail(std::wstring &OutResult);
void set_DelegateSuggestedSignerEmail(const sb_u16string &Value);
void set_DelegateSuggestedSignerEmail(const std::wstring &Value);
[PHP]
string get_DelegateSuggestedSignerEmail()
void set_DelegateSuggestedSignerEmail(string $Value)
Description
Use this property to specify the e-mail address of a person to whom the signature has been delegated.
Discuss this help topic in SecureBlackbox Forum