TnefPropertyTag.ToString Method

The ToString method returns a string representation of the property tag represented by this TnefPropertyTag structure.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As TnefPropertyTag
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String