Share via


CalendarWriter.WriteProperty Method (PropertyId, String)

The WriteProperty method writes an iCalendar property that is identified by the propertyId parameter and that has the value given by the value parameter.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteProperty ( _
    propertyId As PropertyId, _
    value As String _
)
'Usage
Dim instance As CalendarWriter
Dim propertyId As PropertyId
Dim value As String

instance.WriteProperty(propertyId, value)
public void WriteProperty(
    PropertyId propertyId,
    string value
)

Parameters