2023-01-24 08:45:13 -07:00

8 lines
110 B
C#

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