문제

I am using EWS Java API with Exchange Online (Office 365) and I would like to edit contact notes.

The problem I encounter is that there is no setter for a contact notes in this API. The contract is to bind a contact from its unique ID, set its properties then update it. However, There is no setNotes() on a contact. (The managed API does not provide setter either).

Can someone help me there?

도움이 되었습니까?

해결책

I found the solution. I had to use getBody() and setBody() methods.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top