Hi all,
In the example:
m = MailParser.ParseMail(MessageText, File.DirRootExternal)
Log(m)
Then I added:
EditText1.Text=MessageText
This will show the raw message including all headers.. but I want only the body of the message.. e.g.
msg subject = test
msg body = This is a test.
So I want to put "This is a test" in edittext1
thanks in advance
In the example:
m = MailParser.ParseMail(MessageText, File.DirRootExternal)
Log(m)
Then I added:
EditText1.Text=MessageText
This will show the raw message including all headers.. but I want only the body of the message.. e.g.
msg subject = test
msg body = This is a test.
So I want to put "This is a test" in edittext1
thanks in advance