QEverCloud  4.1.0
Unofficial Evernote Cloud API for Qt
Public Types | List of all members
qevercloud::RecipientStatus Struct Reference

#include <types.h>

Public Types

enum  type { NOT_IN_MY_LIST = 1, IN_MY_LIST = 2, IN_MY_LIST_AND_DEFAULT_NOTEBOOK = 3 }
 

Detailed Description

This enumeration defines the possible states that a notebook can be in for a recipient. It encompasses the "inMyList" boolean and default notebook status.

NOT_IN_MY_LIST
The notebook is not in the recipient's list (not "joined").
IN_MY_LIST
The notebook is in the recipient's notebook list (formerly, we would say that the recipient has "joined" the notebook)
IN_MY_LIST_AND_DEFAULT_NOTEBOOK
The same as IN_MY_LIST and this notebook is the user's default notebook.

Member Enumeration Documentation

◆ type

Enumerator
NOT_IN_MY_LIST 
IN_MY_LIST 
IN_MY_LIST_AND_DEFAULT_NOTEBOOK