VCalendarParserVEventParser Method
This is implemented to handle properties related to VEvent items
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void VEventParser(
string propertyName,
StringCollection parameters,
string propertyValue
)
Protected Overridable Sub VEventParser (
propertyName As String,
parameters As StringCollection,
propertyValue As String
)
protected:
virtual void VEventParser(
String^ propertyName,
StringCollection^ parameters,
String^ propertyValue
)
abstract VEventParser :
propertyName : string *
parameters : StringCollection *
propertyValue : string -> unit
override VEventParser :
propertyName : string *
parameters : StringCollection *
propertyValue : string -> unit
Parameters
- propertyName String
- The name of the property
- parameters StringCollection
- A string collection containing the parameters and their values. If empty,
there are no parameters.
- propertyValue String
- The value of the property.