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 _
)
'Usage
Dim stream As Stream
Dim instance As New CalendarWriter(stream)
public CalendarWriter(
Stream stream
)
Parameters
stream
Type: System.IO.StreamThe Stream object into which to write iCalendar data.