I'm trying to delete all appointments in pocket outlook with a specific subject title: e.g.
pola = New PocketOutlook.Application()
pola.logon()
If pApptItem.subject = "<specific title>" Then
pola.delete()
messagebox.show("Appointment(s) had been deleted")
Else
messagebox.show("No Appointments Found!!!")
End If
pola.logoff()
pola = nothing
I kept getting errors telling me to use create new object/instance. Any ideas on how to fix or sample code to delete a calendar appointment please...
EggHeadCafe - Software Developer Portal of Choice
WCF Workflow Services Using External Data Exchange
http://www.eggheadcafe.com/tutorials/aspnet/3d49fa0d-a120-4977-842a-6d...17b6d74