ews-javascript-api
ews-javascript-api copied to clipboard
how to retrieve strings from Extended Properties with more than 255 characters
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?
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.