Share via


CalendarWriter.StartParameter Method (String)

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

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

Syntax

'Declaration
Public Sub StartParameter ( _
    name As String _
)
'Usage
Dim instance As CalendarWriter
Dim name As String

instance.StartParameter(name)
public void StartParameter(
    string name
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The name parameter was passed as a a null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic).

ArgumentException

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