IceWarp Provider

This commit is contained in:
Olov Karlsson 2014-08-11 09:24:58 +02:00
parent 00a93a104d
commit 0cb357a536
31 changed files with 6054 additions and 24 deletions

View file

@ -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
}
}