#include <webcit.h>
Data Fields | |
int | floor |
char | room [SIZ] |
char | name [SIZ] |
int | hasnewmsgs |
int | is_mailbox |
int | selectable |
int | view |
Definition at line 312 of file webcit.h.
int folder::floor |
which floor is it on
Definition at line 313 of file webcit.h.
Referenced by list_all_rooms_by_floor().
char folder::room[SIZ] |
which roomname ???
Definition at line 314 of file webcit.h.
Referenced by list_all_rooms_by_floor().
char folder::name[SIZ] |
which is its own name???
Definition at line 315 of file webcit.h.
Referenced by list_all_rooms_by_floor().
are there unread messages inside
Definition at line 316 of file webcit.h.
Referenced by list_all_rooms_by_floor().
can we select it ???
Definition at line 318 of file webcit.h.
Referenced by list_all_rooms_by_floor().
int folder::view |
whats its default view? inbox/calendar....
Definition at line 319 of file webcit.h.
Referenced by list_all_rooms_by_floor().