IPWorks OpenPGP 2020 Java Edition

Questions / Feedback?

Priority Property

Priority of the mail message (optional).

Syntax

public int getPriority();
public void setPriority(int priority);

Enumerated values: public final static int epUnspecified = 0; public final static int epNormal = 1; public final static int epUrgent = 2; public final static int epNonUrgent = 3;

Default Value

0

Remarks

When this property is set, a Priority header will be added to the message. Priority is an indication about the delivery priority of the message. The possible values are epNormal, epUrgent, and epNonUrgent.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Java Edition - Version 20.0 [Build 8249]