TnefPropertyTag Implicit conversion (TnefPropertyTag to Int32)
The Implicit(TnefPropertyTag to Int32) operator overload performs implicit type conversions from integer to TnefPropertyTag.
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 TnefPropertyTag _
) As Integer
'Usage
Dim input As TnefPropertyTag
Dim output As Integer
output = CType(input, Integer)
public static implicit operator int (
TnefPropertyTag tag
)
Parameters
tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTagThe TnefPropertyTag to convert.
Return value
Type: System.Int32
An integer representing the converted TnefPropertyTag parameter tag.