Contents Index Topic Contents | ||
Previous Topic: CREATESUBSCRIPTIONFLAGS Next Topic: SUBSCRIPTIONSCHEDULE |
SUBSCRIPTIONINFOFLAGS
typedef enum SUBSCRIPTIONINFOFLAGS { SUBSINFO_SCHEDULE = 0x0001, SUBSINFO_RECURSE = 0x0002, SUBSINFO_WEBCRAWL = 0x0004, SUBSINFO_MAILNOT = 0x0008, SUBSINFO_MAXSIZEKB = 0x0010, SUBSINFO_USER = 0x0020, SUBSINFO_PASSWORD = 0x0040, SUBSINFO_GLEAM = 0x0200, SUBSINFO_CHANGESONLY = 0x0400, SUBSINFO_CHANNELFLAGS = 0x0800, SUBSINFO_FRIENDLYNAME = 0x2000, SUBSINFO_NEEDPASSWORD = 0x4000, SUBSINFO_TYPE = 0x8000 } SUBSCRIPTIONINFOFLAGS;Contains the type information about subscriptions.
- SUBSINFO_SCHEDULE
- Update schedule the subscription is on.
- SUBSINFO_RECURSE
- Number of levels to recurse.
- SUBSINFO_WEBCRAWL
- Flags for the link crawling agent.
- SUBSINFO_MAILNOT
- User should be notified through e-mail.
- SUBSINFO_MAXSIZEKB
- Maximum download size in kilobytes.
- SUBSINFO_USER
- User name for authentication.
- SUBSINFO_PASSWORD
- Password for authentication.
- SUBSINFO_GLEAM
- Add a gleam to notify the user of an update to the site.
- SUBSINFO_CHANGESONLY
- Notify the user of changes only.
- SUBSINFO_CHANNELFLAGS
- Channel flags.
- SUBSINFO_FRIENDLYNAME
- Friendly name for the subscription.
- SUBSINFO_NEEDPASSWORD
- Subscription requires a password.
- SUBSINFO_TYPE
- Type of subscription.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.