Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdSMTPServer.SetMessages
TIdSMTPServer
,
See Also
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.