Hi,
actually I want to write a small piece of code to archive my older appointments from my Phone into an csv file.
(I have to do this because of some company rules on our exchange server all my old appointments have been deleted. Because I switched my phone a few days earlier I have the appointmens stored in my old windows mobile phone...)
I wrote some code that might be able to do the job - but not the build even on exampels fail:
Appointment.New1
Appointment.CreateNew
Appointment.Subject = "Lunch"
Appointment.StartDate = DateParse("10/25/2007") + (TimeParse("13:35") Mod cTicksPerDay)
PimCol.AddItem(Appointment.Value)
Error Message:
Appointment is not an known control or Object
In Tools>Components I added the outlook device DLL.
Do I have an Installation Issue or what did I do wrong :sign0104:
Best regards
Frank
actually I want to write a small piece of code to archive my older appointments from my Phone into an csv file.
(I have to do this because of some company rules on our exchange server all my old appointments have been deleted. Because I switched my phone a few days earlier I have the appointmens stored in my old windows mobile phone...)
I wrote some code that might be able to do the job - but not the build even on exampels fail:
Appointment.New1
Appointment.CreateNew
Appointment.Subject = "Lunch"
Appointment.StartDate = DateParse("10/25/2007") + (TimeParse("13:35") Mod cTicksPerDay)
PimCol.AddItem(Appointment.Value)
Error Message:
Appointment is not an known control or Object
In Tools>Components I added the outlook device DLL.
Do I have an Installation Issue or what did I do wrong :sign0104:
Best regards
Frank