Skip to content

POP3 Delete

Type: pop3-delete  ·  Package: SMTP / IMAP Email Activities v1.0.0

Deletes an email from a POP3 server, identifying it by its index (the .Id returned by POP3 Read).

Starting at mailId (mail index in the result of POP3 Read), delete that mail from the server.

ParameterEditorDescription
hosttextServidor POP3.
usernametextUser.
passwordcredencialPassword. Use = credential(...).
mailIdtextMail Index (correo.Id of POP3 Read).
ParameterEditorDescription
portnumberPuerto POP3. Por defecto 995.
securitylistCifrado: auto · none · ssl (def.) · starttls.
POP3 Delete host = "pop.gmail.com" username = = credential("bot")["user"] password = = credential("bot").ToPlainText() mailId = = correo.Id