For Imap Office 365 connections its not possible to set the Keyword list according to this code:
imap.SetMessageFlags(info.UniqueId, ImapFlagAction.Add, ImapMessageFlags.Keywords, "TestFlag");
Does there exist a workaround?
For Imap Office 365 connections its not possible to set the Keyword list according to this code:
imap.SetMessageFlags(info.UniqueId, ImapFlagAction.Add, ImapMessageFlags.Keywords, "TestFlag");
Does there exist a workaround?