I can walk through the lines, no problem, but how do I know where the
actual message starts and end?

It's embedded in the MimeMess.MessagPart.Lines.

If I look at various different messages that I have downloaded, there is no
clear indication of what marks the beginning and end of the text part (Line
1,2 and 3).

...........

--047d7bfcfdb0b21b400544c9c4fb
Content-Type: multipart/alternative; boundary=047d7bfcfdb0b21b390544c9c4f9

--047d7bfcfdb0b21b390544c9c4f9
Content-Type: text/plain; charset=UTF-8

Stefan's Body Line 1
Stefan's Body Line 2
Stefan's Body Line 3

--047d7bfcfdb0b21b390544c9c4f9
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

..............

On Tue, Jan 3, 2017 at 6:43 PM, <wkitt...@windstream.net> wrote:

> On 01/03/2017 09:55 AM, Stefan Kruger wrote:
> > // SAVE THE BODY
> >
> >           Memo1.Lines.AddStrings(MimeMess.MessagePart.Lines); *<<
> PROBLEM IS HERE*
>
> you might have to actually walk through the lines and add them
> individually...
> is there a counter for the number of lines in the message part? if so, use
> that
> to feed each one to your memo...
>
>
> --
>   NOTE: No off-list assistance is given without prior approval.
>         *Please keep mailing list traffic on the list* unless
>         private contact is specifically requested and granted.
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to