SecureBlackbox 2020 iOS Edition

Questions / Feedback?

currMailboxPermanentFlags (property)

Contains a list of message flags that can be changed permanently.

Syntax

@property (nonatomic,readonly,assign,getter=currMailboxPermanentFlags) int currMailboxPermanentFlags;
- (int)currMailboxPermanentFlags;
public var currMailboxPermanentFlags: Int32 {
  get {...}
}

Default Value

0

Remarks

Contains a list of message flags that can be changed permanently.

imapMessageAnswered0x01Message has been answered.

imapMessageDeleted0x02Message is 'deleted' for removal later.

imapMessageDraft0x04Message has not completed composition (marked as a draft).

imapMessageFlagged0x08Message is 'flagged' for urgent/special attention.

imapMessageRecent0x10Message is 'recently' arrived in this mailbox. This session is the first session to have been notified about this message.

imapMessageSeen0x20Message has been read.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]