0 votes
by (120 points)

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

1 Answer

0 votes
by (15.2k points)

Hi,

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.

by (120 points)
Hi, Pavel,

thank you, I will try it...

Peter
...