Back to product page

SmtpAuthentications Enumeration


This is the list of all authentication methods supported by wodSmtp.

Remarks

These constants 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.

Possible values for SmtpAuthentications:

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.

Platforms

Windows