CalendarReader Constructor (Stream, String, CalendarComplianceMode)
The CalendarReader constructor creates a new CalendarReader object.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream, _
encodingName As String, _
calendarComplianceMode As CalendarComplianceMode _
)
public CalendarReader (
Stream stream,
string encodingName,
CalendarComplianceMode calendarComplianceMode
)
public:
CalendarReader (
Stream^ stream,
String^ encodingName,
CalendarComplianceMode calendarComplianceMode
)
public CalendarReader (
Stream stream,
String encodingName,
CalendarComplianceMode calendarComplianceMode
)
public function CalendarReader (
stream : Stream,
encodingName : String,
calendarComplianceMode : CalendarComplianceMode
)
Parameters
- stream
A stream that contains iCalendar data.
- encodingName
A string that describes the encoding of stream.
- calendarComplianceMode
A CalendarComplianceMode enumeration value.
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)