CalendarWriter.WriteParameter method (CalendarParameterReader)
The WriteParameter method reads an iCalendar parameter from a CalendarParameterReader structure and writes it to the stream that this CalendarWriter object owns.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteParameter ( _
reader As CalendarParameterReader _
)
'Usage
Dim instance As CalendarWriter
Dim reader As CalendarParameterReader
instance.WriteParameter(reader)
public void WriteParameter(
CalendarParameterReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarParameterReaderA CalendarParameterReader structure that is positioned at the start of the parameter to be written.