SmtpResponse.MessageTooLarge field
The MessageTooLarge field gets an instance of the SmtpResponse structure that represents a 552 5.3.4 Message size exceeds fixed maximum message size response.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Shared ReadOnly MessageTooLarge As SmtpResponse
'Usage
Dim value As SmtpResponse
value = SmtpResponse.MessageTooLarge
public static readonly SmtpResponse MessageTooLarge