How can i display email body?
I am using code like here: http://koolwired.com/solutions/solutions.aspx?id=30
In code "Messages" is a grid.
Final column in grid has value 0, no body message can be seen elsewhere columns either.
Can you suggest how to display/get the body?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
listing the messages and retrieving a message are two separate operations. To retrieve a message and its body parts i think you need to use FetchBodyStructure. Sorry its been a while since Ive worked on that section.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can i display email body?
I am using code like here:
http://koolwired.com/solutions/solutions.aspx?id=30
In code "Messages" is a grid.
Final column in grid has value 0, no body message can be seen elsewhere columns either.
Can you suggest how to display/get the body?
listing the messages and retrieving a message are two separate operations. To retrieve a message and its body parts i think you need to use FetchBodyStructure. Sorry its been a while since Ive worked on that section.