GetCustomerEMail

Top  Previous  Next

This function retrieves customer's e-mail, which is specified during purchase process.

 

public static String IntelliProtector.GetCustomerEMail();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns customer e-mail address for the registered software.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public void ShowEMailAddress()

{

 String customerEMail = IntelliProtector.GetCustomerEMail();

 MessageBox.Show(customerEMail);

}





Copyright © 2011 intelliprotector.com