PropertyDescriptorGetInstance Method (Int64, PropertyDataType, Guid)

Retrieves PidLidPropertyDescriptor object

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static PidLidPropertyDescriptor GetInstance(
	long lid,
	PropertyDataType dataType,
	Guid propertySet
)

Parameters

lid
Type: SystemInt64
Long id of a property
dataType
Type: Aspose.Email.MapiPropertyDataType
Data type of a property
propertySet
Type: SystemGuid
PropertySet of a property

Return Value

Type: PidLidPropertyDescriptor
PidLidPropertyDescriptor object
See Also