MsoExtraInfoMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to use the value specified in the ExtraInfo property of the FollowHyperlink method.
public enum class MsoExtraInfoMethod
public enum MsoExtraInfoMethod
type MsoExtraInfoMethod =
Public Enum MsoExtraInfoMethod
- Inheritance
-
MsoExtraInfoMethod
Fields
Name | Value | Description |
---|---|---|
msoMethodGet | 0 | The value specified in the ExtraInfo property is a string that is appended to the address. |
msoMethodPost | 1 | The value specified in the ExtraInfo property is posted as a string or byte array. |