This topic has not yet been rated - Rate this topic

SUBSCRIPTIONSCHEDULE Enumerated Type

Obsolete. Contains the values that describe the subscription update frequency.

Syntax

typedef enum SUBSCRIPTIONSCHEDULE {
    SUBSSCHED_AUTO = 0,
    SUBSSCHED_DAILY = 1,
    SUBSSCHED_WEEKLY = 2,
    SUBSSCHED_CUSTOM = 3,
    SUBSSCHED_MANUAL = 4
} SUBSCRIPTIONSCHEDULE;

Constants

SUBSSCHED_AUTO

Automatically schedule updates.

SUBSSCHED_DAILY

Update the subscription daily.

SUBSSCHED_WEEKLY

Update the subscription weekly.

SUBSSCHED_CUSTOM

Update the subscription using a custom schedule.

SUBSSCHED_MANUAL

Update the subscription manually.

Remarks

Windows Internet Explorer 7 and later. This information is obsolete and should not be used.

Enumerated Type Information

Header Subsmgr.h
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows NT 4.0, Windows 95
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.