SecureBlackbox 2020 C++ Edition

Questions / Feedback?

MsgPriority Property

Specifies the message priority.

Syntax

ANSI (Cross Platform)
int GetMsgPriority();
int SetMsgPriority(int iMsgPriority); Unicode (Windows) INT GetMsgPriority();
INT SetMsgPriority(INT iMsgPriority);

Possible Values

MP_LOWEST(0), 
MP_LOW(1),
MP_NORMAL(2),
MP_HIGH(3),
MP_HIGHEST(4)
@property (nonatomic,readwrite,assign,getter=msgPriority,setter=setMsgPriority:) int msgPriority;
- (int)msgPriority;
- (void)setMsgPriority:(int)newMsgPriority;

Possible Values

MP_LOWEST(0), 
MP_LOW(1),
MP_NORMAL(2),
MP_HIGH(3),
MP_HIGHEST(4)
#define PID_IMAPCLIENT_MSGPRIORITY 74

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

Default Value

2

Remarks

Specifies the message priority.

Available options:

mpLowest0
mpLow1
mpNormal2
mpHigh3
mpHighest4

This property is 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]