HasOutbound
bool HasOutbound();
if (!account->HasOutbound())
if (account == NULL || !account->HasOutbound()) {