Ok, I think I have discovered how to do this, but I need access to the Message-ID string value of each email in the target folder. However, I cannot find where the read this value from the Message object.
The only way I see to do this is to call the DownloadRawMessage() method and then parse out the Message-ID value from the full email message as the string returned by this method call.
So, is there a simpler way to access the Message-ID string?
The only way I see to do this is to call the DownloadRawMessage() method and then parse out the Message-ID value from the full email message as the string returned by this method call.
So, is there a simpler way to access the Message-ID string?