Hello NG,
I ran into another question regarding the database sample. Is it possible to create an appointment by reading one record form the Appointments table by datareader.
e.g.
dim apt as new appointment
apt.subject = reader!Subject
apt.startdatetime = reader!Startdatetime
But how can i get the information form the AllProperties Field in my appointment?
Thanks in advance for your help!
Stefan
You can use the static Appointment.FromBytes method to create an Appointment instance from a byte array created by the Appointment.Save method.