ExtendedPropertyDefinition.withDefaultPropertySetAndName constructor
ExtendedPropertyDefinition.withDefaultPropertySetAndName(
- DefaultExtendedPropertySet? _propertySet,
- String? _name,
- MapiPropertyType? _mapiType
Implementation
ExtendedPropertyDefinition.withDefaultPropertySetAndName(
this._propertySet, this._name, this._mapiType) {
EwsUtilities.ValidateParam(_name, "name");
}