Commands & Syntax > Commands > Networking/Web/E-mail >

www.perfectkeyboard.com

 

E-mail POP3: DISCONNECT - < email_pop3_disconnect >() ... [Pro]

 

E-mail POP3: DISCONNECT
<email_pop3_disconnect>("Connection Id")
Available in: Professional edition

This command closes a connection to an e-mail account. This command needs to be called after all commands are finished.

 

#

Parameter name

Parameter description

1

Connection Id

An identifier of connection to the e-mail account.

 

Example (Macro Steps):

 

1

<#> <#> Thic sample shows how to get list of e-mails received on POP3 account.

2

Macro execution: ONLY COMMANDS

3

<#> <#> Connect to POP3 account first:

4

E-mail POP3: CONNECT Server=myemails.com, Login name=myaccount, Password=737qw7523#$, Connection Id = POP3Connection, Port = , TLS/SSL =

5

<#> <#> Do what you need here....

6

<#> <#> Disconnect from the account:

7

E-mail POP3: DISCONNECT Connection Id = POP3Connection

Example (Plain Text):

 

<#> Thic sample shows how to get list of e-mails received on POP3 account.

<cmds>

 

<#> Connect to POP3 account first:

<email_pop3_connect>("myemails.com","myaccount","737qw7523#$","POP3Connection")

 

<#> Do what you need here....

 

<#> Disconnect from the account:

<email_pop3_disconnect>("POP3Connection")