TnefPropertyTag Implicit Conversion (Int32 to TnefPropertyTag)
The Implicit(Int32 to TnefPropertyTag) 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
'Usage
Dim input As Integer
Dim output As TnefPropertyTag
output = CType(input, TnefPropertyTag)
public static implicit operator TnefPropertyTag (
int tag
)
Parameters
- tag
Type: System.Int32
The integer to convert.
Return Value
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag representing the converted integer parameter tag.