Veit Jahns

Results 27 comments of Veit Jahns

Hi! My apologies for the late reply! Just some questions; * Which error message do get? * Which encoding do you use for your source code file? UTF-8?

@obatysh Sounds great! As you can see, the others considered various ideas for splitting the ews.hpp. Just give it a try. If you have a PR, I would be glad...

@obatysh You are right! We will fix this. Thanks!

Hi Alexandru, my apologies for my late reply. I was busy with other projects. ExpandDL is the EWS operation https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/expanddl-operation But right now, this operation has not been implemented yet....

Proposal for the function ```c++ std::vector expand_dl(const std::string& distribution_list_name); std::vector expand_dl(const mailbox& distribution_list); ``` As arguments * Mailbox element that can contain either an `EmailAddress (NonEmptyStringType)` child element for an...

@kmorrissey-mersive Did you made progress with the Android NDK integration? Did the changes for OAuth2 work for you? I realized that there needs more to be done, if the client...

Hi Ruffmann, right now, I don't fully understand your use case. You use ews-cpp to search for the invitation as well as the confirmation to process them in your app?...

Hi Ruffman, sorry for the late reply! Was quiet busy the last days. Ok, it might be the case that Exchange server does some magic with the ics files. I...

I faced, the same issue and the first source to look up are the issues of a project. So, having this issue (where I found the solution) as well as...