wodSmtp ActiveX Control - SmtpAuthentications Enumeration
    
 

Description

This is the list of all authentication methods supported by wodSmtp. It should be used only when SMTP server requires you to authenticate yourself. You should set Authentication property with one of above constants, and set Login and Password properties with your credentials.




Members
Constant Value Description
 AuthNone 1 No authentication required.
 AuthLogin 4 Authentication using LOGIN type.
 AuthPlain 8 Authentication using PLAIN type.
 AuthCramMD5 16 Authentication using CRAM-MD5 type.
 AuthNTLM 32 Authentication using NTLM (SPA) type.
 AuthAuto 255 Tries to determine authentication automatically.