ExtendedPropertyDefinition.withDefaultPropertySetAndId constructor
      
      ExtendedPropertyDefinition.withDefaultPropertySetAndId(
    
- DefaultExtendedPropertySet? _propertySet,
- int? _id,
- MapiPropertyType? _mapiType
Implementation
ExtendedPropertyDefinition.withDefaultPropertySetAndId(
    this._propertySet, this._id, this._mapiType);