Я пробовал ниже случай, но получаю ту же ошибку
microsoft.exchange.webservices.data.core.exception.service.local.ServiceObjectPropertyException: вы должны загрузить или назначить это свойство, прежде чем сможете прочитать его значение.
Служба ExchangeService = новый ExchangeService ();
дело 1:
Item itm2 = Item.bind (сервис, новый ItemId (itemId), PropertySet.FirstClassProperties);
EmailMessage emailMessage2 = EmailMessage.bind (service, itm1.getId ());
itm2.getMimeContent ();
дело 2:
Item itm2 = Item.bind (сервис, новый ItemId (itemId), PropertySet.getFirstClassProperties ());
EmailMessage emailMessage2 = EmailMessage.bind (service, itm1.getId ());
itm2.getMimeContent ();
Но получаю одну и ту же ошибку снова и снова. Я хочу, чтобы содержимое Mine было изменено в формате .eml.