Description
The Mail Bodies API returns the bodies of headers that have already been fetched with the MailMessages call. It will also return a list of missing IDs that could not be accessed, which is the case if you have not called for their headers recently.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 21:31:58</currentTime>
<result>
<rowset name="messages" key="messageID" columns="messageID"/>
<row messageID="297023723"><![CDATA[Hi.<br><br>This is a message.<br><br>]]></row>
<row messageID="297023208"><![CDATA[<p>Another message</p>]]></row>
</result>
<cachedUntil>2020-10-02 21:31:58</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| messageID
| int
| Mail body list ID number.
|
| CDATA
| string
| Contents of mail body.
|
Top Contributors For This Page