ExtendedPropertyDefinition.withPropertySetIdAndName constructor
ExtendedPropertyDefinition.withPropertySetIdAndName(
- Uuid? _propertySetId,
- String? _name,
- MapiPropertyType? _mapiType
Implementation
ExtendedPropertyDefinition.withPropertySetIdAndName(
this._propertySetId, this._name, this._mapiType) {
EwsUtilities.ValidateParam(_name, "name");
this._propertySetId = _propertySetId;
}