IsSubjectEmpty
bool IsSubjectEmpty() const;
if (fHeaderView->IsSubjectEmpty())
if (!fHeaderView->IsSubjectEmpty())
|| !fHeaderView->IsSubjectEmpty()
if (fHeaderView->IsSubjectEmpty()) {
bool gotSubjectField = !fHeaderView->IsSubjectEmpty();