PropertyDescriptorGetInstance Method (String, PropertyDataType, Guid)

Retrieves PidNamePropertyDescriptor object

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

Parameters

name
Type: SystemString
Name of a property
dataType
Type: Aspose.Email.MapiPropertyDataType
Data type of a property
propertySet
Type: SystemGuid
PropertySet of a property

Return Value

Type: PidNamePropertyDescriptor
PidNamePropertyDescriptor object
See Also