ExtendedPropertyDefinition constructor

Initializes a new instance of the ExtendedPropertyDefinition class.

  Name Description
Public method ExtendedPropertyDefinition(Int32, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class that has the tag specified by tag and the MAPI type specified by mapiType.
Public method ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the identifier specified by id, and the MAPI type specified by mapiType.
Public method ExtendedPropertyDefinition(Guid, String, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class that has the property set identifier specified by propertySetId, the name specified by name, and the MAPI type specified by mapiType.
Public method ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the identifier specified by id, and the MAPI type specified by mapiType.
Public method ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class that has the property set specified by propertySet, the name specified by name, and the MAPI type specified by mapiType.
Top
Show: