ENUM CDOPROTOCOLSAUTHENTICATION
Const cdontlm = 2
Member of cdo.cdoprotocolsauthentication
Use the ntlm authentication mechanism
Const cdobasic = 1
Member of cdo.cdoprotocolsauthentication
Use the basic (Clear text) Authentication Mechanism.
Const cdoanonymous = 0
Member of cdo.cdoprotocolsauthentication
Perform no authentication (anonymous)
---------------------------------------------
Set icon = imsg.configuration
icon.fields ("
http://schemas.microsoft.com/cdo/configuration/smtpauthenticate").value = cdoanonymous' Sets the SMTP authentication method for anonymity
icon.fields.Update