Platform SDK: CDO for Windows 2000

smtpauthenticate Field

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

Full Name

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

Name Constant

CdoConfiguration.cdoSMTPAuthenticate

Variant SubType

[Visual Basic] Long

[C++,IDL] long

Remarks

The CdoProtocolsAuthentication enumeration is provided for this field.

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

This field is used only if the sendusing field is set to cdoSendUsingPort (2). These settings mean that messages are to be sent or posted over the network.

Example

2 (NTLM)

See Also

CdoProtocolsAuthentication Enum

sendusing Field