Discuss this help topic in SecureBlackbox Forum

TSBPOP3LogDirection

Declared in     


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


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:
  • Unit: SBPOP3Client
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbpop3client.h

Discuss this help topic in SecureBlackbox Forum