Compartilhar via


CalendarWriter.StartProperty method (PropertyId)

The StartProperty method starts a new iCalendar property that is identified by the propertyId parameter.

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

Syntax

'Declaration
Public Sub StartProperty ( _
    propertyId As PropertyId _
)
'Usage
Dim instance As CalendarWriter
Dim propertyId As PropertyId

instance.StartProperty(propertyId)
public void StartProperty(
    PropertyId propertyId
)

Parameters

Exceptions

Exception Condition
ArgumentException

The propertyId value that was passed represents an iCalendar property that is not allowed within the current component.

See also

Reference

CalendarWriter class

CalendarWriter members

StartProperty overload

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace