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.
There is no value associated with the AddressHeader class.
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.StringThe value of this out parameter is always a null reference (Nothing in Visual Basic).
Return value
Type: System.Boolean
This method always returns false.