Jon
Jon
I have a very simple example to demonstrate this issue. I have a Table Valued Function: CREATE FUNCTION [dbo].[TestTVF] ( @param1 varchar(max) ) RETURNS TABLE AS RETURN ( SELECT 1...
Will the EWS Managed API work with the upcoming changes to Exchange Web Services API for Office 365?
Referencing this article [https://blogs.technet.microsoft.com/exchange/2018/07/03/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/](https://blogs.technet.microsoft.com/exchange/2018/07/03/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/) Does EWS Managed API work with OAuth2.0 and if so can you point me to an example?
Does T4Toolbox support transform on saving of an external file(s) or transform on build?