Declared in MCOConstants.h

MCOIMAPStoreFlagsRequestKind

It defines the behavior of the STORE flags request.

Definition

typedef NS_ENUM(NSInteger, MCOIMAPStoreFlagsRequestKind ) {
   MCOIMAPStoreFlagsRequestKindAdd,
   MCOIMAPStoreFlagsRequestKindRemove,
   MCOIMAPStoreFlagsRequestKindSet,
};

Constants

MCOIMAPStoreFlagsRequestKindAdd

Add the given flags.

Declared In MCOConstants.h.

MCOIMAPStoreFlagsRequestKindRemove

Remove the given flags.

Declared In MCOConstants.h.

MCOIMAPStoreFlagsRequestKindSet

Set the given flags.

Declared In MCOConstants.h.

Declared In

MCOConstants.h