Im trying to add a top level folder using Mailkit so when I add the following labels I am able to group them under this folder.
The labels are:
I want to create a folder called mailkit so gmail groups them but I cannot seem to find a way to do this currently. Is this possible, does anyone have an example?
Here's an example of what you need to do:
var toplevel = client.GetFolder (client.PersonalNamespaces[0]);
var mailkit = toplevel.Create ("mailkit", false);
var archive = mailkit.Create ("archive", true);
var flagged = mailkit.Create ("flagged", true);
Hope that helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With