Click or drag to resize

CasualCustomerServiceIsEmailAvailable Method

Determines whether email address is already in use

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsEmailAvailable(
	string authenticationKey,
	EmailSearchRequest searchRequest
)

Parameters

authenticationKey
Type: SystemString
searchRequest
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerEmailSearchRequest

Return Value

Type: Boolean
See Also