Share via


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

Return value

Type: System.Int32
An integer representing the converted TnefPropertyTag parameter tag.

See also

Reference

TnefPropertyTag structure

TnefPropertyTag members

Implicit overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace