Discuss this help topic in SecureBlackbox Forum
Defines possible priorities of the MIME messages.
Declaration
[C#/Java]
enum TElMIMEMessagePriority { mpLowest = 0, mpLow = 1, mpNormal = 2, mpHigh = 3, mpHighest = 4 };
[VB.NET]
Enum TElMIMEMessagePriority As SmallInt
mpLowest = 0
mpLow = 1
mpNormal = 2
mpLow = 3
mpHigh = 4
End Enum
[Pascal]
TElMIMEMessagePriority = (mpLowest, mpLow, mpNormal, mpHigh, mpHighest);
[C++]
typedef uint8_t TElMIMEMessagePriorityRaw;
typedef enum { mpLowest = 0, mpLow = 1, mpNormal = 2, mpHigh = 3, mpHighest = 4 } TElMIMEMessagePriority;
Description
Possible values:
Declared in
.NET:
- Namespace: SBMIME
- Assembly: SecureBlackbox.MIME
VCL:Java:
- Package: SecureBlackbox.MIME.jar
C++:
Discuss this help topic in SecureBlackbox Forum