PropertyDescriptorGetInstance Method (String, PropertyDataType, Guid) |
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
)
Public Shared Function GetInstance (
name As String,
dataType As PropertyDataType,
propertySet As Guid
) As PidNamePropertyDescriptor
public:
static PidNamePropertyDescriptor^ GetInstance(
String^ name,
PropertyDataType dataType,
Guid propertySet
)
static member GetInstance :
name : string *
dataType : PropertyDataType *
propertySet : Guid -> PidNamePropertyDescriptor
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:
PidNamePropertyDescriptorPidNamePropertyDescriptor object
See Also