Click or drag to resize
EmailServerAuthenticationType Enumeration
Represents authentication types for email servers.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public enum EmailServerAuthenticationType
Members
  Member nameValueDescription
Basic0 Basic authentication (username + password).
OAuth1 OAuth 2.0 flow.
See Also