isEndToEndEncryptionStatus method
Implementation
bool isEndToEndEncrypted(){return((super.flags&MESIBO_FLAG_ENCRYPTED)> 0);}bool isEndToEndEncryptionStatus(){return(MESIBO_MSGSTATUS_E2E== super.status);}
bool isEndToEndEncrypted(){return((super.flags&MESIBO_FLAG_ENCRYPTED)> 0);}bool isEndToEndEncryptionStatus(){return(MESIBO_MSGSTATUS_E2E== super.status);}