MsoExtraInfoMethod Enumeration

Specifies how to use the value specified in the ExtraInfo property of the FollowHyperlink method.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoExtraInfoMethod
'Usage
Dim instance As MsoExtraInfoMethod
public enum MsoExtraInfoMethod

Members

Member name Description
msoMethodGet The value specified in the ExtraInfo property is a string that is appended to the address.
msoMethodPost The value specified in the ExtraInfo property is posted as a string or byte array.

See Also

Reference

Microsoft.Office.Core Namespace