Share via


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

Return value

Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag representing the converted integer parameter tag.

See also

Reference

TnefPropertyTag structure

TnefPropertyTag members

Implicit overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace