SecureBlackbox 2020 iOS Edition

Questions / Feedback?

msgPriority (property)

Specifies the message priority.

Syntax

@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)
public var msgPriority: MailwriterMsgPriorities {
  get {...}
set {...} }
public enum MailwriterMsgPriorities : 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

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