Discuss this help topic in SecureBlackbox Forum

TElMIMEMessagePriority

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


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:
  • Unit: SBMIME
Java:
  • Package: SecureBlackbox.MIME.jar
C++:
  • sbmime.h

Discuss this help topic in SecureBlackbox Forum