CalendarWriter Constructor (Stream)
The CalendarWriter constructor creates a new CalendarWriter object that writes to the stream that is passed in the stream parameter.
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 _
)
public CalendarWriter (
Stream stream
)
public:
CalendarWriter (
Stream^ stream
)
public CalendarWriter (
Stream stream
)
public function CalendarWriter (
stream : Stream
)
Parameters
- stream
The Stream object into which to write iCalendar data.
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)