ews-cpp
ews-cpp copied to clipboard
A C++11 header-only library for Microsoft Exchange Web Services
`getExchangeWebServicesURL()` accesses an EWS service. Put if the service is contacted via https, the connection fails, as the certification cannot be validated. Thus, it should be possible to pass certificate...
If there is no ChangeKey when initializing item_id, to_xml() returns the data of ,which will cause an error.
My VS2017 is begging me to have smaller portions of code per file. It takes up to 30 seconds to re-parse the code after changes (to update highlighting and provide...
Check in numeric_cast will never throw, as after the cast to the TargetType the value will never be greater than the maximum of the TargetType: if (static_cast(value) > std::numeric_limits::max()) {...
Hi, Is there a way to find the members of a mailing group? I'm looking for something similar to: https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/hh532557(v=exchg.80)
If I try to synchronize a mail-item which has a meeting request in the iCalendar format attached to it, none of the related functions return any information for this attachment....
Hello, When the subject and / or body of the email contains accented characters (french characters), this causes an error on the request to the Exchange web service. Does this...
Something like this: ```C++ //! Utility function for finding the first node of //! a list of names. //! \param elem XML node the node should retrieved from //! \param...
When the mail was sent from a mailbox by another user (aka ‘on behalf of’, like ‘[email protected] on behalf of [email protected]’), ews-cpp cannot retrieve the ‘sender’ ([email protected]) section on this...