|
GetCustomerEMail |
Top Previous Next |
|
This function retrieves customer's e-mail, which is specified during purchase process.
Public Shared Function GetCustomerEMail() As [String]
Parameters
No parameters.
Return value
Returns customer e-mail address for the registered software.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowEMailAddress() Dim customerEMail As [String] = IntelliProtectorService.IntelliProtector.GetCustomerEMail() System.Windows.Forms.MessageBox.Show(customerEMail) End Sub
|
| Copyright © 2011 intelliprotector.com |