IIsNntpServer

You can use the IIsNntpServer object to set inheritable metabase properties that apply to a specific NNTP site and to set inheritable metabase properties for NNTP virtual directories. The NNTP site is identified in the metabase by its index number, 1.

Note For this version of Microsoft NNTP Service, there is only one instance of the service. Configuring properties at the NNTP service level will have the same effect as configuring properties at the NNTP site n level (where n equals 1).

The IIsNntpServer object is an ADSI container object and might contain the IIsNntpVirtualDir object. (For more information, see ADSI Features in the Programmer's Reference in the IIS documentation.)

ADsPath

IIS://MachineName/NNTPSVC/n

where MachineName can be any computer name or LocalHost, and n is equal to 1.

Syntax

varReturn = object.{Method}

Parameters
varReturn  A variable that receives the return value from the method
Object A variable that contains the IIsNntpServer object as a result of a previous GetObject operation
Method The object method chosen (For information about the methods used with Admin Objects, see IIS Admin Objects in IIS documentation.)

Metabase Properties

The following table is a list of the properties for the metabase values that can be configured at the IIsNntpServer object. You have access to properties specific to Microsoft NNTP Service from here; all other properties are used by other IIS Admin Objects and are documented in the Administration Property Reference in the IIS documentation.

A-K L-Z
AccessExecute LogExtFileBytesRecv
AccessFlags LogExtFileBytesSent
AccessSSL LogExtFileClientIp
AccessSSL128 LogExtFileComputerName
AccessSSLFlags LogExtFileCookie
AccessSSLMapCert LogExtFileDate
AccessSSLNegotiateCert LogExtFileFlags
AccessSSLRequireCert LogExtFileHttpStatus
AccessWrite LogExtFileMethod
AdminACL LogExtFileReferer
AdminEmail LogExtFileServerIp
AdminName LogExtFileServerPort
AllowClientPosts LogExtFileSiteName
AllowControlMsgs LogExtFileTime
AnonymousPasswordSync   LogExtFileTimeTaken
AnonymousUserName LogExtFileUriQuery
AnonymousUserPass LogExtFileUriStem
ArticleTableFile LogExtFileUserAgent
AuthAnonymous LogExtFileUserName
AuthBasic LogExtFileWin32Status
AuthFlags LogFileDirectory
AuthNTLM LogFilePeriod
ClientPostHardLimit LogFileTruncateSize
ClientPostSoftLimit LogOdbcDataSource
ConnectionTimeout LogOdbcPassword
ContentIndexed LogOdbcTableName
DefaultModeratorDomain LogOdbcUserName
DisableNewNews MaxBandwidth
DontLog MaxConnections
GroupHelpFile MaxEndpointConnections
GroupListFile ModeratorFile
HistoryTableFile NewsDropDirectory
IPSecurity NewsFailedPickupDirectory
KeyType NewsPickupDirectory
NNTPCommandLogMask
NNTPUucpName
PrettynamesFile
SecureBindings
ServerAutoStart
ServerBindings
ServerComment
ServerListenBacklog
ServerListenTimeout
ServerState
SMTPServer
Win32Error
XoverTableFile


© 1997 Microsoft Corporation. All rights reserved.