Class reference used to create attachments in a mail message.
TIdAttachmentClass = class of TIdAttachment;
TIdAttachmentClass is a TIdAttachment class reference. TIdAttachmentClass provides a mechanism for creating an instance of the base attachment class as used in TIdMessage.
TIdAttachmentClass is the type used to represent the CreateAttachmentClass in TIdMessage.
Use OnCreateAttachment in TIdMessage to use an event handler to instantiate attachment class instances.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |