What a brilliant set of email libraries! Our app has only previously been able to automate Outlook, so your product means we can now use GMail. Thanks very much for making this!
Question: I create a draft email, with this:
imap.UploadMessage("[Gmail]/Drafts", email);
Now I want my program to navigate to that draft email in my browser. Does UploadMessage have anyway to return the ID or URL for my draft message?