CalendarWriter.Close method
The Close method closes this CalendarWriter object but does not close the underlying stream.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overridable Sub Close
'Usage
Dim instance As CalendarWriter
instance.Close()
public virtual void Close()