This function retrieves customer's e-mail, which is specified during purchase process.
Syntax
public static string GetCustomerEMail()
Parameters
No parameters.
Return value
Returns customer e-mail address for the registered software.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lCustomerEMail.Text = ItpLibraryNetWrapper.GetCustomerEMail();
}