QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
qevercloud::ReminderEmailConfig Struct Reference

#include <types.h>

Public Types

enum  type { DO_NOT_SEND = 1, SEND_DAILY_EMAIL = 2 }
 

Detailed Description

An enumeration describing the configuration state related to receiving reminder e-mails from the service. Reminder e-mails summarize notes based on their Note.attributes.reminderTime values.

DO_NOT_SEND: The user has selected to not receive reminder e-mail.

SEND_DAILY_EMAIL: The user has selected to receive reminder e-mail for those days when there is a reminder.

Member Enumeration Documentation

Enumerator
DO_NOT_SEND 
SEND_DAILY_EMAIL