Share via


CalendarWriter.WriteProperty method

The WriteProperty method overloads write iCalendar properties to the stream that this CalendarWriter object owns.

Overload list

  Name Description
Public method WriteProperty(CalendarPropertyReader) The WriteProperty method reads a property from a CalendarPropertyReader structure and writes it to the stream that this CalendarWriter object owns.
Public method WriteProperty(String, String) The WriteProperty method writes an iCalendar property that has the name that is specified by the name parameter and the value that is specified by the value parameter.
Public method WriteProperty(PropertyId, String) The WriteProperty method writes an iCalendar property that is identified by the propertyId parameter and that has the value given by the value parameter.

Top

See also

Reference

CalendarWriter class

CalendarWriter members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace