Click or drag to resize
EmailServerAuthenticationTypeConstants Class
Represents constants for string representation of EmailServerAuthenticationType.
Inheritance Hierarchy
SystemObject
  CMS.EmailEngineEmailServerAuthenticationTypeConstants

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public static class EmailServerAuthenticationTypeConstants

The EmailServerAuthenticationTypeConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBASIC
Basic authentication (username + password).
Public fieldStatic memberOAUTH
Authentication via OAuth 2.0 flow
Top
See Also