Can any one please let me know how to get response messgaes on performaing following operation using EWS Managed API :-
- Creation of contact
- Updation of contact
- Deletion of contact
- Search of contact
We had a look at signature of methods for these corresponding operations and all these methods don't return any message. All these methods have void.
Is there some property related to Contact class from which we can get response performed through these methods, so that we could see if these operations were successful or have some error.