Conversion Error at MaxMailboxSizeInMB
This commit is contained in:
parent
acb6af5778
commit
bce658a742
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Public Class Merak
|
|||
domainItem.AbuseAccount = ""
|
||||
|
||||
domainItem.Enabled = CInt(domainObjectClass.GetProperty("D_DisableLogin")) = 0
|
||||
domainItem.MaxMailboxSizeInMB = CInt(domainObjectClass.GetProperty("D_UserMailbox"))
|
||||
domainItem.MaxMailboxSizeInMB = CInt(domainObjectClass.GetProperty("D_UserMailbox")) / 1024
|
||||
|
||||
'Dim abuseEmail As String = "abuse@" + domainName
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue