Hello,
i attached three encrypted Mails, but the IsEncrypted property returns always false.
using (var msg = MailMessage.Load(InputFile))
{
if (msg.IsEncrypted) return true;
}
What am i doing wrong? How can i check reliable if a Mail (.msg file) is passwort protected or encrypted?
Kind regards,
AndyTest.zip (73,7 KB)