Skip to content

IMAP Mark Read

Type: imap-mark-read  ·  Package: SMTP / IMAP Email Activities v1.0.0

Mark an email as read on the IMAP server. It is essential in processes that read the unread: after processing each email you mark it as read so that it is not taken again in the next run.

Starting with mailId (the .Id of IMAP Read), mark that email as read in the indicated folder.

ParameterEditorDescription
hosttextServidor IMAP.
usernametextUser.
passwordcredencialPassword or App Password. Use = credential(...).
mailIdtextMail UID (of correo.Id).
ParameterEditorDescription
portnumberPuerto IMAP. Por defecto 993.
foldertextFolder. By default INBOX.
securitylistCifrado: auto · none · ssl (def.) · starttls.
IMAP Read ... unreadOnly = true → output: correos
For Each items = = correos itemVariable = correo
└─ activities:
... procesar ...
IMAP Mark Read host = "imap.gmail.com" username = = credential("bot")["user"] password = = credential("bot").ToPlainText() mailId = = correo.Id