Share via


CalendarWriter.WriteParameter method

The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns.

Overload list

  Name Description
Public method WriteParameter(CalendarParameterReader) The WriteParameter method reads an iCalendar parameter from a CalendarParameterReader structure and writes it to the stream that this CalendarWriter object owns.
Public method WriteParameter(String, String) The WriteParameter method writes an iCalendar parameter with the name that is specified by the name parameter and the value that is specified by the value parameter.
Public method WriteParameter(ParameterId, String) The WriteParameter method writes an iCalendar parameter that is identified by the parameterId parameter that contains the value in the value parameter.

Top

See also

Reference

CalendarWriter class

CalendarWriter members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace