andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

how get message Body? #72

Open ami124 opened 12 years ago

ami124 commented 12 years ago

i am getting message using messageUID it Display Message Subject and UID but not showing body part i am using following method.

Dim myMail As MailMessage = ic.GetMessage(MsgID, True)

                Dim str As String = myMail.Body
                lblmsg.Text = str
andyedinborough commented 12 years ago

Which version of the project are you using?

ami124 commented 12 years ago

Thanks for quick reply sorry to say that i don't know the version of project but i downloaded from http://hellowebapps.com/products/imapx/

this websites... Thanks in advance

andyedinborough commented 12 years ago

No problem, but that's actually a different project. :] The releases of this project are only available on Nuget.

Sent from my iPhone

On May 2, 2012, at 12:04 AM, "ami124" reply@reply.github.com wrote:

Thanks for quick reply sorry to say that i don't know the version of project but i downloaded from http://hellowebapps.com/products/imapx/

this websites... Thanks in advance


Reply to this email directly or view it on GitHub: https://github.com/andyedinborough/aenetmail/issues/72#issuecomment-5454176

ami124 commented 12 years ago

i have just tried it it shows message body but in different format so can you tell me how to display proper in HTML or in TEXT format? and i will get your project from Nuget

ami124 commented 12 years ago

i have installed new version but body is not displaying in proper format so can you tell me how to display mail body in desire format

Thanks for your grate support