An FQL table containing information about a user's mailbox folders. The Graph API User object has an inbox connection that refers to the user's inbox folder.
| Name | Description |
|---|---|
| numeric string | The ID of the folder being queried. The ID can be one of: 0 (for Inbox), 1 (for Outbox), or 4 (for Updates). |
name string | A short description of the folder being queried. |
total_count unsigned int32 | The number of total threads. |
unread_count unsigned int32 | The number of unread threads in the folder being queried. |
| numeric string | The ID of the user whose folder you are querying. |