Share via


TextHeader.TryGetValue Method (DecodingOptions, DecodingResults, String)

The TryGetValue method tries to get the value of this TextHeader object and makes available information about the encoding of the header.

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

Syntax

'Declaration
Public Function TryGetValue ( _
    decodingOptions As DecodingOptions, _
    <OutAttribute> ByRef decodingResults As DecodingResults, _
    <OutAttribute> ByRef value As String _
) As Boolean
'Usage
Dim instance As TextHeader
Dim decodingOptions As DecodingOptions
Dim decodingResults As DecodingResults
Dim value As String
Dim returnValue As Boolean

returnValue = instance.TryGetValue(decodingOptions, _
    decodingResults, value)
public bool TryGetValue(
    DecodingOptions decodingOptions,
    out DecodingResults decodingResults,
    out string value
)

Parameters

Return Value

Type: System.Boolean