TnefPropertyTag.op_Implicit Method (Int32)
The op_Implicit operator overload performs implicit type conversions from TnefPropertyTag to integer.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
tag As Integer _
) As TnefPropertyTag
public static implicit operator TnefPropertyTag (
int tag
)
public:
static implicit operator TnefPropertyTag (
int tag
)
J# supports the use of custom casts, but not the declaration of new ones.
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- tag
The integer to convert.
Return Value
A TnefPropertyTag representing the converted integer parameter tag.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003