I need to change appointment status to meeting, so that it invitations can be send by one click. But Appointment.AppointmentStatus
and Appointment.IsMeeeting
are read only properties. I ve found, using reflector, that PropertyBag
class is used for setting and getting items properties, but it s also internal. Can I change this properties somehow?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?