B_MAIL_ATTR_TO
file.ReadAttrString(B_MAIL_ATTR_TO, &string);
_LaunchQuery(kSameRecipientItem, B_MAIL_ATTR_TO,
if (file.ReadAttrString(B_MAIL_ATTR_TO, &string) == B_OK)
WriteAttrString(&draft, B_MAIL_ATTR_TO, fHeaderView->To());
if (node.ReadAttrString(B_MAIL_ATTR_TO, &string) == B_OK)
B_MAIL_ATTR_TO,
{ "To", B_MAIL_ATTR_TO, B_STRING_TYPE },
attributed->WriteAttrString(B_MAIL_ATTR_TO, &attr);
addAttribute(info, B_MAIL_ATTR_TO, "To");
B_MAIL_ATTR_SUBJECT, B_MAIL_ATTR_TO, B_MAIL_ATTR_THREAD,
{ "To", B_MAIL_ATTR_TO, B_STRING_TYPE },