ExtendedPropertyDefinition constructor
Initializes a new instance of the ExtendedPropertyDefinition class.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
Show: