ews-javascript-api icon indicating copy to clipboard operation
ews-javascript-api copied to clipboard

how to retrieve strings from Extended Properties with more than 255 characters

Open RobertSeidler opened this issue 2 years ago • 1 comments
trafficstars

I'm using the FindItems method to find tasks and one of the Extended Properties (a string) I want to retrieve is quite large, but the value I get back is truncated after 255 characters.

How can I access the rest of this string?

RobertSeidler avatar Nov 16 '23 15:11 RobertSeidler

First thing you want to do is to enable Debug logging by setting EwsLogging.DebugLogEnabled = false;

this way you know if this is being returned from server as truncated or the library is truncating it.

you also want to give details of which extended property, the type of property etc.

gautamsi avatar Nov 19 '23 14:11 gautamsi