PidTagPropertyDescriptorId Property |
Gets an unsigned 16-bit quantity that identifies a tagged property.
Property IDs are not necessarily unique.
With the exception of property IDs in the range from 0x6800 to 0x7BFF,
the combination of property ID and data type are unique.
Property IDs in the range from 0x6800 to 0x7BFF are defined by the message class.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic ReadOnly Property Id As Integer
Get
public:
property int Id {
int get ();
}
Property Value
Type:
Int32
See Also