03-10-22 01:46 PM
31-10-22 02:58 PM
31-10-22 03:38 PM
foreach (KeyValuePair<string, JToken> kv in o)
{
try
{
dr[GetKey(kv)] = DeserialiseGeneric(kv.Value, true);
}
catch
{
if (kv.Key == "isDeliveryReceiptRequested")
dr[GetKey(kv)] = false;
}
}
So the final code should look like this:
Give that a try and see if it addresses your exception.
Regarding the POP3 VBO, there are additional permissions that have to be administered via the Microsoft 365 Admin Center Portal on the specific user account you're trying to use. Below are some screenshots that show where to go to enable SMTP/POP access on a user account.
Cheers,
01-11-22 08:18 AM
01-11-22 10:42 AM
22-01-23 02:38 PM
23-01-23 08:02 AM
23-01-23 08:10 AM
23-01-23 08:49 AM
23-01-23 09:07 AM
23-01-23 10:42 AM