MeetingRequestWasSent property

bool? MeetingRequestWasSent
Gets a value indicating whether the meeting request has already been sent.

Implementation

bool? get MeetingRequestWasSent =>
    this.PropertyBag[AppointmentSchema.MeetingRequestWasSent] as bool?;