Edytuj

Udostępnij za pośrednictwem


MsoExtraInfoMethod Enum

Definition

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.

Applies to