RSOP_IEProgramSettings class

Contains details about the imported programs to use for Microsoft Internet Explorer.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[AMENDMENT]
class RSOP_IEProgramSettings
{
  string  rsopID;
  uint32  rsopPrecedence;
  string  htmlEditorProgram;
  string  htmlEditorHKCURegData;
  string  htmlEditorHKLMRegData;
  string  emailProgram;
  string  newsgroupsProgram;
  string  internetCallProgram;
  string  calendarProgram;
  string  contactListProgram;
  boolean checkIfIEIsDefaultBrowser;
  boolean useIEForFTP;
};

Members

The RSOP_IEProgramSettings class has these types of members:

Properties

The RSOP_IEProgramSettings class has these properties.

calendarProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Calendar Program")

Internet calendar program to use with Internet Explorer.

checkIfIEIsDefaultBrowser

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Check If IE Is Default Browser")

If TRUE, the system determines if Internet Explorer is the default browser each time Internet Explorer starts. If it is not the default browser, Internet Explorer prompts the user with an option to make Internet Explorer the default browser. If another program is registered as the default browser, Internet Explorer prompts the user with an option to restore Internet Explorer as the default browser.

If FALSE, the system does not check to see if Internet Explorer is the default browser. If additional Internet-browsing software is installed, the default browser can be a browser other than Internet Explorer.

contactListProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Contact List Program")

Internet address-book or contact-list program to use with Internet Explorer.

emailProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Email Program")

Internet email program to use with Internet Explorer.

htmlEditorHKCURegData

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("HTML Editor HKCU Registry Data")

This property is used for internal purposes only.

htmlEditorHKLMRegData

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("HTML Editor HKLM Registry Data")

This property is used for internal purposes only.

htmlEditorProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("HTMLEditorProgram")

HTML editing program to use with Internet Explorer.

internetCallProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Internet Call Program")

Internet conferencing-call program to use with Internet Explorer.

newsgroupsProgram

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Newsgroups Program")

Internet newsreader (newsgroups) program to use with Internet Explorer.

rsopID

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP ID")

Foreign key to RSOP_PolicySetting.

rsopPrecedence

Data type: uint32

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP Precedence")

Foreign key to RSOP_PolicySetting.

useIEForFTP

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Use Internet Explorer For FTP")

If TRUE, the system uses Internet Explorer for all data transfers between FTP sites. If FALSE, and an alternate program is designated as the default FTP program, the system uses the alternate program for data transfers between FTP sites.

Remarks

To display various program associations, on the Tools menu in Internet Explorer click Internet Options, and then click the Programs tab.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

RSOP_PolicySetting

RSOP_IEImportedProgramSettings