Topic Last Modified: 2004-06-08
CdoProtocolsAuthentication Enum
The CdoProtocolsAuthentication enumeration is used to specify the mechanism used when authenticating to a Simple Mail Transfer Protocol (SMTP) service over the network.
|
Name
|
Value
|
Description
|
|---|
|
cdoAnonymous
|
0
|
Do not authenticate.
|
|
cdoBasic
|
1
|
Use basic (clear-text) authentication. The configuration sendusername/sendpassword or postusername/postpassword fields are used to specify credentials.
|
|
cdoNTLM
|
2
|
Use NTLM authentication (Secure Password Authentication in Microsoft® Outlook® Express). The current process security context is used to authenticate with the service.
|
Concepts
sendusername Field
sendpassword Field
postusername Field
postpassword Field
smtpauthenticate Field
nntpauthenticate Field