ExtendedPropertyDefinition constructor

ExtendedPropertyDefinition([
  1. MapiPropertyType mapiType = MapiPropertyType.String
])
Initializes a new instance of the The MAPI type of the extended property.

Implementation

ExtendedPropertyDefinition(
    [MapiPropertyType mapiType = MapiPropertyType.String])
    : this._mapiType = mapiType;