PidTagPropertyDescriptor Constructor (Int32, PropertyDataType)

Initializes a new instance of the PidTagPropertyDescriptor class A property that is defined by a 16-bit property ID and a 16-bit property type. The property ID for a tagged property is in the range 0x001 � 0x7FFF. Property IDs in the range 0x8000 � 0x8FFF are reserved for assignment to named properties

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public PidTagPropertyDescriptor(
	int id,
	PropertyDataType type
)

Parameters

id
Type: SystemInt32
Unsigned 16-bit quantity that identifies a tagged property.
type
Type: Aspose.Email.MapiPropertyDataType
Specifies the type of values allowed for the property.
See Also