I have a Wrapper service built on EWS passing in the impersonation, createitemrequest, out createitemresponse as params. This service talks to the EWS.
I am using the ExchangeServicePortTypeClient in the client to connect to the wrapper service which in turn connects to EWS and gets me the response. Everything works fine.
My question is, if I want to use the Appointment object provided in Microsoft.Exchange.WebServices.Data, how will I use it? Appointment object requires a EWS service connection and am not sure how to pass it? Is it doable? or I need to create another Wrapper service for this object?
Please help.
Thanks