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_mailwriter_get($res, 53 );
secureblackbox_mailwriter_set($res, 53, $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]