Function ACTA_ValidateMailAddress

Source
pub unsafe extern "C" fn ACTA_ValidateMailAddress(
    accountSlot: u8_,
    confirmationCode: u32_,
    completionEvent: Handle,
) -> Result
Expand description

Validates the email address of a specific account using the code received via the confirmation email.

ยงArguments

  • accountSlot - The account slot number of the account to validate the email address for.
  • confirmationCode - The confirmation code received via email.
  • completionEvent - The event handle to signal once the request has finished.