Marek Weyda
Marek Weyda
About
- Username
 - Marek Weyda
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                Resolved ! Everythink is OK instead of attachment of e-mail using Indy components. In Delphi 7 I have this code: var MemAttach: TIdAttachmentMemory; begin try MemAttach := TIdAttachmentMemory.Create(MailMessage.MessageParts, sSource); …