Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RobertSeidler opened this issue Nov 16, 2023 · 1 comment

Comments

@RobertSeidler
Copy link

RobertSeidler commented Nov 16, 2023

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?

@gautamsi
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants