Delete reminder in MS Outlook programmatically

  • Thread starter Thread starter ironwood9 via AccessMonster.com
  • Start date Start date
I

ironwood9 via AccessMonster.com

I use the code below to CREATE reminders in MSO - is there a way to
programmatically DELETE or remove reminders ? MSO is not very user-friend in
removing appointments/reminders from your calender - you have to click on it
with your mouse, then go up and click the "X" icon, or right click, and you
have to do it just right - I hate that - I like working with keyboard
shortcuts, etc.
 
Reminder? There are Tasks, Appointments, Contacts...? Which are you wanting
to delete using vba?

Take a look at the AppointmentItem.Delete Method
 
Daniel,
Thanks for your input - I should've specified REMINDERS - all I could find
was how to delete a project folder using code
 
Back
Top