EmailSendMode

Top  Previous  Next

This one is the structure of EmailSendMode type:

 

Namespace EurekaLogSystem.

 

public enum EmailSendMode

 {

   esmNoSend = 0,

   esmEmailClient = 1,

   esmSMTPClient = 2,

   esmSMTPServer = 3,

 }