SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CurrMailboxPermanentFlags Property

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

Syntax

ANSI (Cross Platform)
int GetCurrMailboxPermanentFlags();

Unicode (Windows)
INT GetCurrMailboxPermanentFlags();
@property (nonatomic,readonly,assign,getter=currMailboxPermanentFlags) int currMailboxPermanentFlags;
- (int)currMailboxPermanentFlags;
#define PID_IMAPCLIENT_CURRMAILBOXPERMANENTFLAGS 37

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_IMAPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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 and not available at design time.

Data Type

Integer

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