Ready to test v2.39.0
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
namespace Adaptation.Eaf.Core.Smtp
|
||||
namespace Adaptation.Eaf.Core.Smtp;
|
||||
|
||||
public enum MailPriority
|
||||
{
|
||||
|
||||
public enum MailPriority
|
||||
{
|
||||
Low = 0,
|
||||
Normal = 1,
|
||||
High = 2
|
||||
}
|
||||
|
||||
Low = 0,
|
||||
Normal = 1,
|
||||
High = 2
|
||||
}
|
Reference in New Issue
Block a user