Tagged Questions

1
vote
1answer
125 views

Retrieving the Message-ID

Hello, How do I parse the Message-ID from the headers? I have the following: static void Main(string[] args) { Imap imap = new Imap(); imap.Connect("imap …