Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string in which to place the value of this TextHeader object.
Return value
Type: System.Boolean