And don't forget to say you want multi-line messages, otherwise it will
merely give you the first line of each message.
Rolf
Am 15.09.2013 14:18, schrieb bill-lancaster:
> Oh!!!
> I thought I'd tried that and many others - sorry to waste your time.
>
> Yes - its fine.
>
>
>
> --
> View this
Le 15/09/2013 13:06, bill-lancaster a écrit :
> Print oMail.Message.Body
> gives:-
> (MimePart 0x1f1fad8)
> !
>
Look at the Data property!
--
Benoît Minisini
--
LIMITED TIME SALE - Full Year of Microsoft Training
Le 15/09/2013 09:47, bill-lancaster a écrit :
> I'm struggling with this.
> For Each oMail In MailClient
>Print ; oMail.Message.Subject;; oMail.Message.Sender
> Wait
> Next
> This works fine but how to retrieve the body of the message?
>
Message.Body?
--
Benoît
Le 14/09/2013 17:34, bill-lancaster a écrit :
> Have just started playing with POP3 and can't see a way of retrieving the
> date/time of a message.
> Its not part of _Pop3Client_Message.
> I guess its buried in the message header but
>
AFAIK, there is no date/time in the POP3 protocol.
You m