ServicePRO SDK Help

IManageObjectsService..::..BeginCheckIfUserEmailExists Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginCheckIfUserEmailExists(
	string sessionKey,
	string strEmail,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginCheckIfUserEmailExists ( _
	sessionKey As String, _
	strEmail As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
strEmail
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object