Platform SDK: CDO for Windows 2000

nntpauthenticate Field

Specifies the authentication mechanism to use when authentication is required to send messages to an NNTP service using a TCP/IP network socket..

Full Name

http://schemas.microsoft.com/cdo/configuration/nntpauthenticate

Name Constant

CdoConfiguration.cdoNNTPAuthenticate

Variant SubType

[Visual Basic] Long

[C++,IDL] long

Remarks

The value of this field should be one of the enumerated values in the CdoProtocolsAuthentication enumeration.

If no value is set for this field, anonymous (no authentication) is assumed.

This field is used only if the postusing field is set to cdoPostUsingPort (2) and messages are therefore to be send over the network

Example

2 (NTLM)

See Also

CdoPostUsing Enum

postusing Field

CdoProtocolsAuthentication Enum