Partager via


TnefPropertyTag.op_Implicit Method (TnefPropertyTag)

The op_Implicit 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
public static implicit operator int (
    TnefPropertyTag tag
)
public:
static implicit operator int (
    TnefPropertyTag 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

Return Value

An integer representing the converted TnefPropertyTag 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