pub unsafe extern "C" fn ACT_InquireMailAddressAvailability(
mailAddress: *mut AccountMailAddress,
completionEvent: Handle,
) -> ResultExpand description
Inquires whether or not the given email address is available for creating a new account.
ยงArguments
mailAddress- Pointer to the input email address to check.completionEvent- The event handle to signal once the request has finished.