PropertyDescriptorGetInstance Method (Int64) |
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static PidTagPropertyDescriptor GetInstance(
long tag
)
Public Shared Function GetInstance (
tag As Long
) As PidTagPropertyDescriptor
public:
static PidTagPropertyDescriptor^ GetInstance(
long long tag
)
static member GetInstance :
tag : int64 -> PidTagPropertyDescriptor
Parameters
- tag
- Type: SystemInt64
Tag of a property
Return Value
Type:
PidTagPropertyDescriptorPidTagPropertyDescriptor object
See Also