Core/Refactor: Part 3
This commit is contained in:
@@ -31,10 +31,10 @@ namespace Framework.Constants
|
||||
{
|
||||
None = 0x00,
|
||||
Read = 0x01,
|
||||
Returned = 0x02, /// This Mail Was Returned. Do Not Allow Returning Mail Back Again.
|
||||
Copied = 0x04, /// This Mail Was Copied. Do Not Allow Making A Copy Of Items In Mail.
|
||||
Returned = 0x02, // This Mail Was Returned. Do Not Allow Returning Mail Back Again.
|
||||
Copied = 0x04, // This Mail Was Copied. Do Not Allow Making A Copy Of Items In Mail.
|
||||
CodPayment = 0x08,
|
||||
HasBody = 0x10 /// This Mail Has Body Text.
|
||||
HasBody = 0x10 // This Mail Has Body Text.
|
||||
}
|
||||
|
||||
public enum MailStationery
|
||||
|
||||
Reference in New Issue
Block a user