RecurrenceExceptionRemoval Method Ipswitch.Messaging.Framework
This method checks if the meeting has an exception for the date passed in to check was deleted or was moved passed a datetime passed in, indicating that the meeting will not take place when checking

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool ExceptionRemoval(
	DateTimeOffset CheckDate,
	DateTimeOffset StopDate
)

Parameters

CheckDate
Type: SystemDateTimeOffset
The meeting start time to check if the exeption applies to
StopDate
Type: SystemDateTimeOffset
The meeting date time, that if the new start date is greater than, will be considered outside of the bounds of this search

Return Value

Type: Boolean
False indicates the meeting is not removed, true indicates the exception removed the meeting from the bounds of the search
See Also

Reference