SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgPriority (property)

Specifies the message priority.

Syntax

@property (nonatomic,readonly,assign,getter=msgPriority) int msgPriority;
- (int)msgPriority;

/* Possible Values */
MP_LOWEST(0),
MP_LOW(1),
MP_NORMAL(2),
MP_HIGH(3),
MP_HIGHEST(4)
public var msgPriority: Pop3clientMsgPriorities {
  get {...}
}
public enum Pop3clientMsgPriorities : Int32 { case mpLowest = 0 case mpLow = 1 case mpNormal = 2 case mpHigh = 3 case mpHighest = 4 }

Default Value

2

Remarks

Specifies the message priority.

Available options:

mpLowest0
mpLow1
mpNormal2
mpHigh3
mpHighest4

This property is read-only.

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