Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: Mutiple attachements
| Subject: | Re: Mutiple attachements |
| Posted by: | "Bill Edwards" (sdbgru..@hotmail.com) |
| Date: | Mon, 3 Mar 2008 18:19:34 |
> Can I attache multiple files to one email?
For example:
For I := 0 to MailMessage.MsgAttach.Count - 1 do
TIdAttachmentFile.Create(IdMsgSend.MessageParts,
MailMessage.MsgAttach[I]);
where
IdMsgSend is TIdMessage
MailMessage.MsgAttach is a StringList
none