Re: [Gambas-user] pop3

2013-09-15 Thread Rolf-Werner Eilert
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

Re: [Gambas-user] enum example

2013-09-15 Thread Tobias Boege
On Sat, 14 Sep 2013, wally wrote: > Hi > > is there a selfexplaining, simpleand clear examplecode available using ENUM ? > The docs example are not sufficient for my weak head. > Really? You use Enum as a more convenient way to declare integer constants: --- ' The file permission numerical con

[Gambas-user] pop3

2013-09-15 Thread bill-lancaster
Oh!!! I thought I'd tried that and many others - sorry to waste your time. Yes - its fine. -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43252.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Pop3

2013-09-15 Thread Benoît Minisini
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

[Gambas-user] Pop3

2013-09-15 Thread bill-lancaster
Print oMail.Message.Body gives:- (MimePart 0x1f1fad8) ! -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43250.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] POP3 email body

2013-09-15 Thread Benoît Minisini
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

[Gambas-user] POP3 email body

2013-09-15 Thread bill-lancaster
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? -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp4324