ExtendedPropertyDefinition.withPropertySetIdAndId constructor

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

Implementation

ExtendedPropertyDefinition.withPropertySetIdAndId(
    this._propertySetId, this._id, this._mapiType);