Hyperlink.Follow(Object, Object, Object, Object, Object) Method

Definition

Displays a cached document if it’s already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.

public void Follow (object NewWindow, object AddHistory, object ExtraInfo, object Method, object HeaderInfo);
Public Sub Follow (Optional NewWindow As Object, Optional AddHistory As Object, Optional ExtraInfo As Object, Optional Method As Object, Optional HeaderInfo As Object)

Parameters

NewWindow
Object

Optional Object. True to display the target application in a new window. The default value is False.

AddHistory
Object

Optional Object. Not used. Reserved for future use.

ExtraInfo
Object

Optional Object. A String or byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.

Method
Object

Optional Object. Specifies the way ExtraInfo is attached. Can be one of the following MsoExtraInfoMethod constants.

HeaderInfo
Object

Optional Object. A String that specifies header information for the HTTP request. The default value is an empty string.

Applies to