0

ListMessages - content

"ListMessages returns a list of messages for the specified user from the Yahoo! Mail Web Service. You can specify a set of Messages IDs, and/or the complete message." (as per documentation at http://developer.yahoo.com/mail/docs/user_...tMessages.html).

How can I specify that it return the complete message?

by
1 Reply
  • Once you call ListMessages and get the MID, call the GetMessage function (http://developer.yahoo.com/mail/docs/user_guide/GetMessage.html) and pass in the MID. There is no one-step process to get messages with content. You have to call both functions (ListMessages first to get MID and then GetMessage with the MID)

    Eric
    0

Recent Posts

in Yahoo! Mail Web Services API