Delete Mail
From UBot Studio
(Difference between revisions)
(Created page with "This command is an Email Command. This command deletes an email from a mailbox at a specified position. The command goes inside the [[Connect To Mail Serv...") |
|||
Line 12: | Line 12: | ||
The command will delete the email at the specified position. | The command will delete the email at the specified position. | ||
+ | |||
+ | '''Position:''' The position of the email being deleted. | ||
[[File:deleteemail.png]] | [[File:deleteemail.png]] |
Revision as of 16:13, 25 April 2013
This command is an Email Command.
This command deletes an email from a mailbox at a specified position.
The command goes inside the connect to mail server command.
Example
connect to mail server("IMAP With SSL", "username@gmail.com", "password", "imap.gmail.com", 993) { delete email(0) }
The command will delete the email at the specified position.
Position: The position of the email being deleted.