AddressHeader.TryGetValue Method
This member overrides Header.TryGetValue(String).
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 AddressHeader
Dim value As String
Dim returnValue As Boolean
returnValue = instance.TryGetValue(value)
public override bool TryGetValue(
out string value
)
Parameters
- value
Type: System.String
Return Value
Type: System.Boolean