Re: [twsocket] SMTP Client and Streams

2008-02-20 Thread Wilfried Mestdagh
Hello Veit, You have to override TriggerGetData method. FEmailfiles is a TStringList holding the filenames to attach. I think the most easy way is to use the Objects of this stringlist to add TStreams instead of filenames. In TriggerGetData Stream is opened from filename, so you can just use the

Re: [twsocket] SMTP Client and Streams

2008-02-20 Thread Veit Zimmermann
Wilfried Mestdagh wrote: Hello Veit, You have to override TriggerGetData method. FEmailfiles is a TStringList holding the filenames to attach. I think the most easy way is to use the Objects of this stringlist to add TStreams instead of filenames. In TriggerGetData Stream is opened from

[twsocket] SMTP Client and Streams

2008-02-19 Thread Veit Zimmermann
Hi Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I couldn't find anything at first glance. Thanks Veit -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] SMTP Client and Streams

2008-02-19 Thread Wilfried Mestdagh
Hello Arno, Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I don't think so, I recall that Wilfried asked the same questing last year, possibly he has implemented that feature yet and can help with some tips? You have

Re: [twsocket] SMTP Client and Streams

2008-02-19 Thread Arno Garrels
Veit Zimmermann wrote: Hi Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I don't think so, I recall that Wilfried asked the same questing last year, possibly he has implemented that feature yet and can help with some

Re: [twsocket] SMTP Client and Streams

2008-02-19 Thread Arno Garrels
Hello, I think that would be a nice feature to put on top of the (virtual) todo list. I don't need that currently, but it makes much sence to me. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Wilfried Mestdagh wrote: Hello Arno, Is there a possibility to use

Re: [twsocket] SMTP Client and Streams

2008-02-19 Thread Veit Zimmermann
Wilfried Mestdagh wrote: Hello Arno, Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I don't think so, I recall that Wilfried asked the same questing last year, possibly he has implemented that feature yet and can help