| TnefPropertyTag Conversion (TnefPropertyTag to Int32) |
Cast a TNEF property tag into a 32-bit integer value.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static implicit operator int (
TnefPropertyTag tag
)
Parameters
- tag TnefPropertyTag
- The TNEF property tag.
Return Value
Int32A 32-bit integer value representing the TNEF property tag.
Remarks
Casts a TNEF property tag into a 32-bit integer value.
See Also