Share via


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
public enum CalendarComplianceMode
public enum class CalendarComplianceMode
public enum 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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)