Error when I try to read/update the .Body of a Task via EWS Managed API – “You must load or assign this property before you can read its value.”

Calling the Load method solved my problem 🙂

foreach (Item item in findResults.Items)
        {                
            item.Load();
            string subject = item.Subject;
            string mailMessage = item.Body;
        }

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)