Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TElBodyPos { bpBegin = 0, bpEnd = 1 };
[VB.NET]
Enum TElBodyPos
bpBegin = 0
bpEnd = 1
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TElBodyPosRaw;
typedef enum { bpBegin = 0, bpEnd = 1 } TElBodyPos;
[PHP]
class TElBodyPos extends TSBBaseEnum {
const bpBegin = 0;
const bpEnd = 1;
}
[Java]
public enum TElBodyPos { bpBegin, bpEnd }
Possible values
Declared in
.NET:
- Namespace: SBMIME
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum