Share via


CalendarWriter.StartParameter method (ParameterId)

The StartParameter method starts a new iCalendar parameter that is identified by the parameterId parameter.

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

Syntax

'Declaration
Public Sub StartParameter ( _
    parameterId As ParameterId _
)
'Usage
Dim instance As CalendarWriter
Dim parameterId As ParameterId

instance.StartParameter(parameterId)
public void StartParameter(
    ParameterId parameterId
)

Parameters

Exceptions

Exception Condition
ArgumentException

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

See also

Reference

CalendarWriter class

CalendarWriter members

StartParameter overload

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace