Share via


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)

Usage

Dim msoExtraInfoMethod1 As MsoExtraInfoMethod = MsoExtraInfoMethod.msoMethodGet

Syntax

Public Enum MsoExtraInfoMethod
public enum MsoExtraInfoMethod
public enum class MsoExtraInfoMethod
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace