SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MsgPriority Property

Specifies the message priority.

Object Oriented Interface

public function getMsgPriority();
public function setMsgPriority($value);

Procedural Interface

secureblackbox_mailreader_get($res, 90 );
secureblackbox_mailreader_set($res, 90, $value );

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 PHP Edition - Version 20.0 [Build 8154]