PropertyDescriptorGetInstance Method (Int64, PropertyDataType, Guid) |
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static PidLidPropertyDescriptor GetInstance(
long lid,
PropertyDataType dataType,
Guid propertySet
)
Public Shared Function GetInstance (
lid As Long,
dataType As PropertyDataType,
propertySet As Guid
) As PidLidPropertyDescriptor
public:
static PidLidPropertyDescriptor^ GetInstance(
long long lid,
PropertyDataType dataType,
Guid propertySet
)
static member GetInstance :
lid : int64 *
dataType : PropertyDataType *
propertySet : Guid -> PidLidPropertyDescriptor
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:
PidLidPropertyDescriptorPidLidPropertyDescriptor object
See Also