Internet Direct (Indy) Version 9.0.1 Beta
TIdSMTPServer.SetMessages
Assigns new values to the Message property.

procedure SetMessages(AValue: TIdSMTPMessages);
Parameters
AValue: TIdSMTPMessages
Messages to be assigned to the property.

Description
SetMessages is a public procedure used as the write access specifier for the Messages property. SetMessages calls the Assign method for the TIdSMTPMessages instance using the values specified in AValue.