Added Set method to property "UnlimitedSize"
This commit is contained in:
parent
f9b4d76995
commit
c83fa3ecda
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ namespace WebsitePanel.Providers.Mail
|
|||
{
|
||||
return (maxMailboxSize < 0);
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value)
|
||||
{
|
||||
maxMailboxSize = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public string ReplyTo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue