PidTagPropertyDescriptor Constructor (String, String, 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
Syntaxpublic PidTagPropertyDescriptor(
string canonicalName,
string name,
int id,
PropertyDataType type
)
Public Sub New (
canonicalName As String,
name As String,
id As Integer,
type As PropertyDataType
)
public:
PidTagPropertyDescriptor(
String^ canonicalName,
String^ name,
int id,
PropertyDataType type
)
new :
canonicalName : string *
name : string *
id : int *
type : PropertyDataType -> PidTagPropertyDescriptor
Parameters
- canonicalName
- Type: SystemString
The name used to refer to the property in the documentation. - name
- Type: SystemString
The MAPI name used to refer to the property in the documentation. - 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