This function retrieves customer's e-mail, which is specified during purchase process.
Syntax
Public Shared Function GetCustomerEMail() As String
Parameters
No parameters.
Return value
Returns customer e-mail address for the registered software.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lCustomerEMail.Text = ItpLibraryNetWrapper.GetCustomerEMail()
End
Sub