Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Exchange Web Services

Exchange Web Services

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++wcfjsonquestion
10 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steve Thresher
    wrote on last edited by
    #1

    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.

    L G 2 Replies Last reply
    0
    • S Steve Thresher

      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.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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!

      G 1 Reply Last reply
      0
      • L Lost User

        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!

        G Offline
        G Offline
        Garth J Lancaster
        wrote on last edited by
        #3

        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'

        S 1 Reply Last reply
        0
        • S Steve Thresher

          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.

          G Offline
          G Offline
          Garth J Lancaster
          wrote on last edited by
          #4

          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'

          S 1 Reply Last reply
          0
          • G Garth J Lancaster

            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'

            S Offline
            S Offline
            Steve Thresher
            wrote on last edited by
            #5

            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.

            G 2 Replies Last reply
            0
            • G Garth J Lancaster

              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'

              S Offline
              S Offline
              Steve Thresher
              wrote on last edited by
              #6

              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 :(.

              1 Reply Last reply
              0
              • S Steve Thresher

                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.

                G Offline
                G Offline
                Garth J Lancaster
                wrote on last edited by
                #7

                what version of Exchange btw ? 'g'

                S 1 Reply Last reply
                0
                • G Garth J Lancaster

                  what version of Exchange btw ? 'g'

                  S Offline
                  S Offline
                  Steve Thresher
                  wrote on last edited by
                  #8

                  I'm testing against 2007 but I assume whatever I come up with will be compatible with 2010.

                  G 1 Reply Last reply
                  0
                  • S Steve Thresher

                    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.

                    G Offline
                    G Offline
                    Garth J Lancaster
                    wrote on last edited by
                    #9

                    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[^]

                    1 Reply Last reply
                    0
                    • S Steve Thresher

                      I'm testing against 2007 but I assume whatever I come up with will be compatible with 2010.

                      G Offline
                      G Offline
                      Garth J Lancaster
                      wrote on last edited by
                      #10

                      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'

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups