CalendarComplianceMode enumeration
The CalendarComplianceMode enumeration contains values that control how CalendarReader objects behave while reading iCalendar data.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration CalendarComplianceMode
'Usage
Dim instance As CalendarComplianceMode
public enum CalendarComplianceMode
Members
Member name | Description | |
---|---|---|
Loose | Indicates that the CalendarReader will not throw exceptions for errors in incoming iCalendar data. Instead, the CalendarReader object will set its CalendarComplianceStatus property. | |
Strict | Indicates that the CalendarReader will throw an exception on any error encountered in incoming iCalendar data. This is the default value of the CalendarComplianceMode property. |