POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_ConfigureAccount

Description

This function opens the Account Configuration Dialog for setting up an Account. If you do not specify an Account Name, the dialog will allow you to edit any of the currently defined Accounts as well as Add or Remove Accounts. If you specify an Account Name, the dialog will allow you to edit that specific Account.

Return Type
Text
Format
POP3it_ConfigureAccount ( AccountName )
Optional Parameters
  • AccountName

    The Name of the Account to Configure.

Related Items
POP3it_Adv_AddAccount, POP3it_Adv_GetAccountOption, POP3it_Adv_RemoveAccount, POP3it_Adv_SetAccountOption, POP3it_GetAccountNames
Examples

Example 1

Code:

POP3it_ConfigureAccount

Result:

Opens the Account Configuration Dialog allowing you to Add, Remove, and/or Edit any defined Accounts.

Example 2

Code:

POP3it_ConfigureAccount( Email::Account )

Result:

Opens the Account Configuration Dialog allowing you to Edit the Account specified in the "Account" field of the "Email" table.