Exchange Web Services
-
Am I the only one trying to use EWS from native code via the Windows Web Services API? The documentation seems to be virtually non-existent and I've failed to find any samples so far that don't use the Managed .NET API. If anyone has or knows of any sample code on the subject that they are willing to share, I would be very grateful.
-
Am I the only one trying to use EWS from native code via the Windows Web Services API? The documentation seems to be virtually non-existent and I've failed to find any samples so far that don't use the Managed .NET API. If anyone has or knows of any sample code on the subject that they are willing to share, I would be very grateful.
-
Steve Thresher wrote:
I've failed to find any samples so far that don't use the Managed .NET API
This is nice introduction to this API here on codeproject. :)
Life is a stage and we are all actors!
nice try, but I think he was after help for Webservices layer to talk to Microsoft Exchange (Email) layer - which I guess is sort of a subset of general webservices, it just happens to be a very particular subset ! 'g'
-
Am I the only one trying to use EWS from native code via the Windows Web Services API? The documentation seems to be virtually non-existent and I've failed to find any samples so far that don't use the Managed .NET API. If anyone has or knows of any sample code on the subject that they are willing to share, I would be very grateful.
I did have some articles and things I found on the Web (I'll try and find them) - there was an SDK MS published for this as well that wrapped the low-level web/soap stuff to make it a bit more friendlier (I downloaded the SDK but never really got into it)... I found it much easier, to use the independantsoft http://www.independentsoft.de[^] wrapper (see [products/Exchange Webservices .NET) - my colleagues in another 'division' of the company currently use the WebDAV version for Exchange ?2003 which is how I found this - Im going up egainst Exchange 2007, and one of these days Exchange 2010 where WebDAV wont be supported - the first looks and kicks Ive had with the demo download look ok/useable ps.. Im not affiliated with independantsoft in any way 'g'
-
I did have some articles and things I found on the Web (I'll try and find them) - there was an SDK MS published for this as well that wrapped the low-level web/soap stuff to make it a bit more friendlier (I downloaded the SDK but never really got into it)... I found it much easier, to use the independantsoft http://www.independentsoft.de[^] wrapper (see [products/Exchange Webservices .NET) - my colleagues in another 'division' of the company currently use the WebDAV version for Exchange ?2003 which is how I found this - Im going up egainst Exchange 2007, and one of these days Exchange 2010 where WebDAV wont be supported - the first looks and kicks Ive had with the demo download look ok/useable ps.. Im not affiliated with independantsoft in any way 'g'
The suggested wrapper is .NET based which is what I'm trying to avoid so any info you can dig up will be very much appreciated.
-
nice try, but I think he was after help for Webservices layer to talk to Microsoft Exchange (Email) layer - which I guess is sort of a subset of general webservices, it just happens to be a very particular subset ! 'g'
The Windows Web Services API is what I'm using to speak to exchange but I'm struggling to use structures and functions generated from the EWS WSDL file. I've had some success but it's slow going :(.
-
The suggested wrapper is .NET based which is what I'm trying to avoid so any info you can dig up will be very much appreciated.
what version of Exchange btw ? 'g'
-
what version of Exchange btw ? 'g'
I'm testing against 2007 but I assume whatever I come up with will be compatible with 2010.
-
The suggested wrapper is .NET based which is what I'm trying to avoid so any info you can dig up will be very much appreciated.
I think this http://msdn.microsoft.com/en-us/library/bb418726.aspx[^] is on the lines of what I found a while ago .. there are also articles and links from this http://msdn.microsoft.com/en-us/library/bb508825(EXCHG.80).aspx[^]
-
I'm testing against 2007 but I assume whatever I come up with will be compatible with 2010.
ko - we crossed messages (my fault) - see the Microsoft Exchange Server 2007 SP1 SDK - or use that as a search term in your favourite engine ... 'g'