Discuss this help topic in SecureBlackbox Forum
Specifies email address of the grantee.
Declaration
[VB.NET]
Property Email As String
[Pascal]
property Email : string;
[C++]
void get_Email(std::string &OutResult);
void set_Email(const std::string &Value);
[PHP]
string get_Email()
void set_Email(string $Value)
[Java]
String getEmail();
void setEmail(String Value);
Description
Use this property to specify the email address of the grantee.
Discuss this help topic in SecureBlackbox Forum