Type Conversion UiPath.Core.QueueItem to System.Net.Mail.MailMessage

Team,

Requirement is convert UiPath.Core.QueueItem to System.Net.Mail.MailMessage.
Is it possible ?
Any suggestions ?
Thanks in advance.

PFA -
image

First you need to add items to the queue. For each mail you can read Message-ID from headers. Then add queue item with that Message-ID.
In process you should be able to filter mail box with that message-ID taken from queue item

Hi @prerna.gupta ,

Could you let us know what should actually be performed ? Also let us know what has been passed to the Queue Item.

Sure let me try this one

In Queue - Reading mailbox and passing all mails to queue (Dispatcher)
Requirement is to Check each Email subject, if subject contains xyz then Move email to another folder. (Performer)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.