Share via


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