ExtendedPropertyDefinition.withDefaultPropertySetAndName constructor

ExtendedPropertyDefinition.withDefaultPropertySetAndName(
  1. DefaultExtendedPropertySet? _propertySet,
  2. String? _name,
  3. MapiPropertyType? _mapiType
)
Initializes a new instance of the The extended property set of the extended property. The name of the extended property. The MAPI type of the extended property.

Implementation

ExtendedPropertyDefinition.withDefaultPropertySetAndName(
    this._propertySet, this._name, this._mapiType) {
  EwsUtilities.ValidateParam(_name, "name");
}