POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_Adv_AddAccount

Description

This function adds a new account with the specified name. You can create accounts within the plug-in that contain different email account information. After creating accounts, you can use the POP3it_CheckAccount function to retrieve email from them. You can also create accounts using the Account Configuration Dialog available from the POP3it_ConfigureAccount function.

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

    The Name for the new Account.

Related Items
POP3it_Adv_Connect, POP3it_Adv_GetAccountOption, POP3it_Adv_RemoveAccount, POP3it_Adv_SetAccountOption, POP3it_CheckAccount, POP3it_ConfigureAccount, POP3it_GetAccountNames
Examples

Example 1

Code:

POP3it_Adv_AddAccount("work email")

Result:

Creates an account with the name "work email".

Example 2

Code:

POP3it_Adv_AddAccount( Email::Account )

Result:

Creates an account using the text contained in the "Account" field name of the "Email" table.