POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_Adv_RemoveAccount

Description

This function removes an Account with the specified name. You can also remove Accounts from the Account Configuration Dialog available from the POP3it_ConfigureAccount function.

Return Type
Text
Format
POP3it_Adv_RemoveAccount ( AccountName )
Required Parameters
  • AccountName

    The Name of the Account to Remove.

Related Items
POP3it_Adv_AddAccount, POP3it_Adv_GetAccountOption, POP3it_Adv_SetAccountOption, POP3it_ConfigureAccount, POP3it_GetAccountNames
Example

Code:

POP3it_Adv_RemoveAccount("work email")

Result:

Removes the "work email" account.