PidTagPropertyDescriptor Constructor (String, String, Int64) |
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(
string canonicalName,
string name,
long tag
)
Public Sub New (
canonicalName As String,
name As String,
tag As Long
)
public:
PidTagPropertyDescriptor(
String^ canonicalName,
String^ name,
long long tag
)
new :
canonicalName : string *
name : string *
tag : int64 -> 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. - tag
- Type: SystemInt64
A tag is a 32-bit number that contains a unique property identifier in bits 16 through 31 and a property type in bits 0 through 15
See Also