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 '設置smtp驗證方式為匿名
iCon.Fields.Update
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 '設置smtp驗證方式為匿名
iCon.Fields.Update