Added Set method to property "UnlimitedSize"

This commit is contained in:
vfportero 2011-08-16 14:32:32 +02:00
parent f9b4d76995
commit c83fa3ecda

View file

@ -62,6 +62,13 @@ namespace WebsitePanel.Providers.Mail
{
return (maxMailboxSize < 0);
}
set
{
if (value)
{
maxMailboxSize = 0;
}
}
}
public string ReplyTo