ExtendedPropertyDefinition.withDefaultPropertySetAndId constructor

ExtendedPropertyDefinition.withDefaultPropertySetAndId(
  1. DefaultExtendedPropertySet? _propertySet,
  2. int? _id,
  3. MapiPropertyType? _mapiType
)
Initializes a new instance of ExtendedPropertyDefinition. The property set of the extended property. The Id of the extended property. The MAPI type of the extended property.

Implementation

ExtendedPropertyDefinition.withDefaultPropertySetAndId(
    this._propertySet, this._id, this._mapiType);