isCall method

bool isCall()

Implementation

bool isOutgoingCall(){return(MESIBO_MSGSTATUS_CALLOUTGOING== super.status);}bool isCall(){return(MESIBO_MSGSTATUS_CALLMISSED== super.status|| MESIBO_MSGSTATUS_CALLINCOMING== super.status|| MESIBO_MSGSTATUS_CALLOUTGOING== super.status);}