Jan

Results 10 comments of Jan

Hi, I didn't read all the texts and it sounds a bit too simple...but did you tried: `service.setImpersonatedUserId(new ImpersonatedUserId(ConnectingIdType.SmtpAddress, Credentials.getSmtpEmailAddress());` Jan

Hi, I'm not sure about that. What exactly is a Generic Mailbox? Is the ServiceAccount in the 'Organization Management' or 'Discovery Management' Group and does at least one of those...

Hi, can you provide some more information pls? Did you have a stacktrace? What's the EWS response?

Hi @stulife, I could reproduce it. It's a bug in the java-ews-api. It's currently difficult with fixes, cause this repo is nearly dead. There is a plan to move/fork a...

Hi @johnbester, this is my simplified implementation to accept/ignore certificates. If you do some more logic in the `isTrusted()` method, you can make it fit your needs. Actually it'll accept...

Hi @jyt15838586105, please use on well explained post instead of one post each line ;-) What exactly is your problem? Can you show some code? Jan

Hi @celloni, did you already tried this: https://github.com/OfficeDev/ews-java-api/pull/409 Jan

Hi @celloni, if this fix doesn't work, you can try to use `InvalidXmlCharacterModifier` or write a custom Modifier like `public class ExtendedInvalidXmlCharacterModifier implements Modifier` to replace invalid chars or even...

Hi @talentfrei , I think there is no EWS-Contact Gener Property. You have to use/set/read extended properties.Try this code example: ``` ExtendedPropertyType gender = new ExtendedPropertyType(); gender.ExtendedFieldURI = new PathToExtendedFieldType();...

Hi @henrywright88404 , thanks for pointing out our existing community fork. @navpil , @philipwhiuk we already have a community project.you also should be invited right now. As @pkropachev already said,...