SmartHostType

The SmartHostType property corresponds to the "Attempt direct delivery before sending to smart host" check box in the Advanced Delivery dialog box. If no smart host is specified in the smart host text box, SmartHostType will be set to 0. When the smart host is specified and the check box is not selected, SmartHostType will be set to 2 (always) and the smart host will be used to send mail without consulting the DNS server. When the smart host is specified and the check box is selected, SmartHostType will be set to 1 (that is, direct delivery through DNS lookup first; if DNS fails to look up the domains of the recipients, the smart host entry of the SMTP virtual server is used).

Schema Attributes

Attribute Name

Value

ADSI/WMI Data Type

DWORD

ABO Data Type

DWORD_METADATA

Schema Default

0

Internal Default

Not specified.

Upper Bound

0

Lower Bound

Not specified

Internal ID

36905

Friendly ID

No friendly named is defined for this identifier in iiscfng.h. Use the Internal ID attribute listed above.

Property Attributes

INHERIT

User Type

IIS_MD_UT_SERVER

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path

IIS Admin Object Type

/LM/SMTPSVC

IIsSmtpService

/LM/SMTPSVC/n

IIsSmtpServer

Flags

There are no flags for this property.

Requirements

Client: Requires Windows XP Professional, or Windows 2000 Professional.

Server: Requires Windows Server 2003, or Windows 2000 Server.

Product: IIS

See Also