I have found a way to retrieve a list of appointments from an Exchange server in the documentation, but need a way to retrieve and delete a specific appointment. I have found the FetchAppointment() function, but cannot find a way access the message using it other than iterating the entire list of messages.
Is there a way I can fetch a specific appointment only?
Using C# code. Thanks!