Table of Contents

Enum EmailAuthenticationMode

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

This enumeration defines the options that the EmailTraceListener can use to authenticate to the STMP server.

public enum EmailAuthenticationMode

Fields

None = 0

No authentication

UserNameAndPassword = 2

Pass a user name and password

WindowsCredentials = 1

Use the Windows credentials for the current process