Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
Another question regarding the database sample
posted

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

  • 69832
    Offline posted

    You can use the static Appointment.FromBytes method to create an Appointment instance from a byte array created by the Appointment.Save method.