Share via


_Application3.IsDestinationReachable Method (String)

Gets a value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Function IsDestinationReachable ( _
    bstrDestination As String _
) As Boolean
'Usage
Dim instance As _Application3
Dim bstrDestination As String
Dim returnValue As Boolean

returnValue = instance.IsDestinationReachable(bstrDestination)
bool IsDestinationReachable(
    string bstrDestination
)

Parameters

  • bstrDestination
    Type: System.String

    Specifies the location to check for network connectivity. IP addresses, a UNC paths, or a URLs are acceptable values.

Return Value

Type: System.Boolean
true if a connection can be made to the specified URL, UNC, or IP address; otherwise, false.

Implements

_Application2.IsDestinationReachable(String)

Remarks

The value specified for destination must be either a UNC path that includes a server name and a share name, such as @"\\\\MyServer\\MyShare", or a URL that begins with one of the following protocol identifiers: http, https, or file.

See Also

Reference

_Application3 Interface

_Application3 Members

IsDestinationReachable Overload

Microsoft.Office.Interop.InfoPath Namespace