DELIVERY_AGENT_FLAGS enumeration
Obsolete. Contains the flags for the default delivery agent included with the Information Delivery API.
Syntax
typedef enum DELIVERY_AGENT_FLAGS { DELIVERY_AGENT_FLAG_NO_BROADCAST = 0x4, DELIVERY_AGENT_FLAG_NO_RESTRICTIONS = 0x8, DELIVERY_AGENT_FLAG_SILENT_DIAL = 0x10 } DELIVERY_AGENT_FLAGS;
Constants
- DELIVERY_AGENT_FLAG_NO_BROADCAST
-
Instructs the delivery agent to end processing silently; do not send email, set delivery notification "gleam", or refresh the desktop.
- DELIVERY_AGENT_FLAG_NO_RESTRICTIONS
-
Instructs the agent to ignore the maximum webcrawler recursion levels set by InfoDelivery policy.
- DELIVERY_AGENT_FLAG_SILENT_DIAL
-
Instructs the agent to connect to ensure an Internet connection before starting.
Remarks
These flags are set in the registry as "AgentFlags" — a DWORD registry value.
Windows Internet Explorer 7 and later. This information is obsolete and should not be used.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: