DocSpace-buildtools/common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs

10 lines
140 B
C#

namespace ASC.Core.Notify.Senders;
public enum NoticeSendResult
{
OK,
TryOnceAgain,
MessageIncorrect,
SendingImpossible,
}