CalendarWriter.StartProperty Method (PropertyId)
The StartProperty method starts a new iCalendar property that is identified by the propertyId parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub StartProperty ( _
propertyId As PropertyId _
)
'Usage
Dim instance As CalendarWriter
Dim propertyId As PropertyId
instance.StartProperty(propertyId)
public void StartProperty(
PropertyId propertyId
)
Parameters
- propertyId
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.PropertyId
A PropertyId enumeration value that indicates the property to start.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The propertyId value that was passed represents an iCalendar property that is not allowed within the current component. |