PidTagPropertyDescriptor Conversion (Int64 to PidTagPropertyDescriptor) |
Converts tag value to tagged property
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static explicit operator PidTagPropertyDescriptor (
long tag
)
Public Shared Narrowing Operator CType (
tag As Long
) As PidTagPropertyDescriptor
static explicit operator PidTagPropertyDescriptor^ (
long long tag
)
F# does not support the declaration of new casting operators.
Parameters
- tag
- Type: SystemInt64
tag value of a tag property
Return Value
Type:
PidTagPropertyDescriptor
See Also