Variable GMAILConfigMessagesToFetchEnumConst
GMAILConfigMessagesToFetchEnum: {
All: "all";
Archive: "archive";
Important: "important";
Inbox: "inbox";
Sent: "sent";
SpamTrash: "spam-trash";
Starred: "starred";
Unread: "unread";
} = ...
Type declaration
Readonly
All: "all"
Readonly
Archive: "archive"
Readonly
Important: "important"
Readonly
Inbox: "inbox"
Readonly
Sent: "sent"
Readonly
SpamTrash: "spam-trash"
Readonly
Starred: "starred"
Readonly
Unread: "unread"
Export