TextHeader.TryGetValue Method (String)
The TryGetValue method tries to get the value of this TextHeader object.
Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides Function TryGetValue ( _
    <OutAttribute> ByRef value As String _
) As Boolean
'Usage
Dim instance As TextHeader
Dim value As String
Dim returnValue As Boolean
returnValue = instance.TryGetValue(value)
public override bool TryGetValue(
    out string value
)
Parameters
- value
 Type: System.String
 A string in which to place the value of this TextHeader object.
Return Value
Type: System.Boolean