isInvisible method

bool isInvisible()

Implementation

bool isHeader(){return(MESIBO_MSGSTATUS_HEADER== super.status);}bool isInvisible(){return(MESIBO_MSGSTATUS_INVISIBLE== super.status);}