namespace Sockeye.Biz { /// /// All Sockeye smtp notification connection security /// /// public enum NotifyMailSecurity : int { None = 0, StartTls = 1, SSLTLS=3 //NEW ITEMS REQUIRE translation KEYS } }//eons