READSESSION_FLAG_OUTGOINGCALLS constant

int const READSESSION_FLAG_OUTGOINGCALLS

Implementation

class MesiboReadSession{static const int READSESSION_FLAG_READRECEIPT= 1;static const int READSESSION_FLAG_FIFO= 4;static const int READSESSION_FLAG_SUMMARY= 0x10;static const int READSESSION_FLAG_NOMESSAGES= 0x20;static const int READSESSION_FLAG_THREADED= 0x40;static const int READSESSION_FLAG_WITHFILES= 0x80;static const int READSESSION_FLAG_DELETESESSION= 0x200;static const int READSESSION_FLAG_RESETSESSION= 0x400;static const int READSESSION_FLAG_MISSEDCALLS= 0x1000;static const int READSESSION_FLAG_INCOMINGCALLS= 0x2000;static const int READSESSION_FLAG_OUTGOINGCALLS= 0x4000;