namespace Adaptation.Eaf.Core.Smtp; public enum MailPriority { Low = 0, Normal = 1, High = 2 }