CalendarWriter.WriteProperty Method (CalendarPropertyReader)
The WriteProperty method reads a property from a CalendarPropertyReader 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 WriteProperty ( _
reader As CalendarPropertyReader _
)
'Usage
Dim instance As CalendarWriter
Dim reader As CalendarPropertyReader
instance.WriteProperty(reader)
public void WriteProperty(
CalendarPropertyReader reader
)
Parameters
- reader
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarPropertyReader
A CalendarPropertyReader structure that is positioned at the start of the property to write.