MessageID
const char* MessageID() const;
if (status == B_OK && MessageID() != NULL)
status = archive->AddString("_messageID", MessageID());
BString id = view->MessageID();
if (id == fInfo[i]->MessageID()) {
return fNotification->MessageID();
const char* MessageID() const;