PidLidPropertyDescriptor Constructor (String, Int64, PropertyDataType, Guid)

Initializes a new instance of the PidLidPropertyDescriptor class Properties identified by an unsigned 32-bit quantity along with a property set.

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public PidLidPropertyDescriptor(
	string canonicalName,
	long longId,
	PropertyDataType type,
	Guid propertySet
)

Parameters

canonicalName
Type: SystemString
The name used to refer to the property in the documentation.
longId
Type: SystemInt64
long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.
type
Type: Aspose.Email.MapiPropertyDataType
Specifies the type of values allowed for the property.
propertySet
Type: SystemGuid
A GUID that identifies a group of properties with a similar purpose.
See Also