If this error is present in the LastErrorText after calling SendEmail, then it means that the SMTP server reported that it is out of memory. It is not an out-of-memory condition in your local application. The out-of-memory condition is happening in the SMTP server.
Note: The "452″ value is available as an integer value in the MailMan.LastSmtpStatus property.