isModified method
Implementation
bool isDeleted(){return((super.flags&CLIENT_MSGFLAG_DELETED)> 0||(super.flags&CLIENT_MSGFLAG_WIPED)> 0);}bool isModified(){return((super.flags&MESIBO_FLAG_MODIFY)> 0);}
bool isDeleted(){return((super.flags&CLIENT_MSGFLAG_DELETED)> 0||(super.flags&CLIENT_MSGFLAG_WIPED)> 0);}bool isModified(){return((super.flags&MESIBO_FLAG_MODIFY)> 0);}