PropertyDescriptorParse Method

Initializes a new instance of the PropertyDescriptor class

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static PropertyDescriptor Parse(
	string data
)

Parameters

data
Type: SystemString
A string that represents the property description.

Return Value

Type: PropertyDescriptor
See Also