CalendarWriter.WriteParameter method (ParameterId, String)
The WriteParameter method writes an iCalendar parameter that is identified by the parameterId parameter that contains the value in the value parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteParameter ( _
parameterId As ParameterId, _
value As String _
)
'Usage
Dim instance As CalendarWriter
Dim parameterId As ParameterId
Dim value As String
instance.WriteParameter(parameterId, _
value)
public void WriteParameter(
ParameterId parameterId,
string value
)
Parameters
parameterId
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.ParameterIdA ParameterId enumeration value that indicates the type of parameter to write.
value
Type: System.StringThe value of the parameter to write.