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