MapiPropertyTagGetPropertyName Method |
Gets the name of the property.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic static string GetPropertyName(
long tag
)
Public Shared Function GetPropertyName (
tag As Long
) As String
public:
static String^ GetPropertyName(
long long tag
)
static member GetPropertyName :
tag : int64 -> string
Parameters
- tag
- Type: SystemInt64
The property tag.
Return Value
Type:
StringA
String that represents property name.
See Also