PidNamePropertyDescriptor Constructor (String, String, PropertyDataType, Guid)

Initializes a new instance of the PidNamePropertyDescriptor class Properties identified by a string name along with a property set.

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

Parameters

canonicalName
Type: SystemString
The name used to refer to the property in the documentation.
name
Type: SystemString
A string that, along with the property set, identifies 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