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
parameterId
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.ParameterIdA ParameterId enumeration value that indicates the parameter to start.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The parameterId value that was passed represents an iCalendar parameter that is not allowed within the current property. |