Hi.
I’m processing emails via a For Each Email loop and I can access email information like Subject, Date, and Email Body. I want to know if there is a unique value for each email like an Email ID that I can save to a data table. After finished reading the emails I will then use the Data Table to mark those emails as Read and move them to a Processed sub folder. Not all emails will be processed so I will only move those emails referred to in the Data Table.
Does anyone know what elements are in the Header?
Thanks