How to create (or get) folders in MailKit with multiple sub-folders when they are separated in one string with slashes et al?
I use MailKit for creating a folder. This is simple, I can e.g. call CreateFolderAsync
(if I want to async way) on the parent folder.