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.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Match ( _
address As RoutingX400Address _
) As Boolean
'Usage
Dim instance As X400Domain
Dim address As RoutingX400Address
Dim returnValue As Boolean
returnValue = instance.Match(address)
public bool Match(
RoutingX400Address address
)
Parameters
- address
Type: Microsoft.Exchange.Data.RoutingX400Address
Return value
Type: System.Boolean