Hello, I’m looking for help - hot to extract data from System.Net.Mime.HeaderCollection
it contains structure like this:
{
“message”: “System.Net.Mime.HeaderCollection”,
“level”: “Information”,
“logType”: “User”,
“timeStamp”: “16:43:03”,
“processVersion”: “1.0.0”,
“jobId”: “2a144551-9ab6-4c36-8e21-408a26399d894”,
“robotName”: “AuditFord”,
“machineId”: 213229
}
I tried to get it by assign activity like:
var = mail.Headers(“Date”) but it return null
also
mail.Headers(“timeStamp” does not work
I found this MailBee.Mime Namespace but UiPath does not recognize it for IBM Notes.
My goal is to get the date when the email has come to email and if someone marked it as read
Here is my workflow: