Hi,
I create various appointments in Outlook via VB.net.
How can I delete these appointments later? The corresponding EntryIDs are known.
Maybe someone has a tip for me? Thanks a lot!
Peter
If you are using Rebex EWS client and you know your appointments IDs, you can call ews.DeleteItem(appointmentID) to delete it. You can read about EWS items and about delete method on our feature pages.
ews.DeleteItem(appointmentID)
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.