EmailAuthenticationMode Enumeration

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

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public enum EmailAuthenticationMode
'Declaration
Public Enumeration EmailAuthenticationMode
public enum class EmailAuthenticationMode

Members

Member name Value Description
None 0 No authentication
WindowsCredentials 1 Use the Windows credentials for the current process
UserNameAndPassword 2 Pass a user name and password

See Also

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace