mit #VBA in #Outlook die #Erinnerung #entfernen
geht so: Sub Remove_Reminder() Dim olApp As Object Dim myNameSpace As Object Dim myFolder As Object Dim myAppointments As Object Dim myAppointment As Object Set olApp = CreateObject(„Outlook.Application“)…