ButterflyClient.fetchMail

Fetches the message block (mail message JSON) of the mail message specified by mailID located in the folder specified by folderPath. Returns it as a JSONValue.

Throws a ButterflyException if the mail fetch fails.

class ButterflyClient
JSONValue
fetchMail
(
string folderPath
,
string mailID
)

Meta