IceWarp Provider
This commit is contained in:
parent
00a93a104d
commit
0cb357a536
31 changed files with 6054 additions and 24 deletions
|
@ -365,5 +365,17 @@ namespace WebsitePanel.Providers.Mail
|
|||
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
#region IceWarp
|
||||
|
||||
public int MegaByteSendLimit { get; set; }
|
||||
public int NumberSendLimit { get; set; }
|
||||
|
||||
public int DefaultUserQuotaInMB { get; set; }
|
||||
public int DefaultUserMaxMessageSizeMegaByte { get; set; }
|
||||
public int DefaultUserMegaByteSendLimit { get; set; }
|
||||
public int DefaultUserNumberSendLimit { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue