GetMinimumRequiredServerVersion method

  1. @override
ExchangeVersion GetMinimumRequiredServerVersion()
override
Removes the meeting associated with the cancellation message from the user's calendar. Gets the minimum required server version.

Implementation

// CalendarActionResults RemoveMeetingFromCalendar()
//        {
//            return new CalendarActionResults(new RemoveFromCalendar(this).InternalCreate(null, null));
//        }

/// <summary>
/// Gets the minimum required server version.
/// </summary>
/// <returns>Earliest Exchange version in which this service object type is supported.</returns>
@override
ExchangeVersion GetMinimumRequiredServerVersion() {
  return ExchangeVersion.Exchange2007_SP1;
}