Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Authorization

TElPOP3Client     See also     


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


Enables or disables specific authorization method

Declaration

[C#]
    bool Authorization[TSBPOP3Authorization Auth];

[VB.NET]
    Property Authorization(ByVal Auth As TSBPOP3Authorization) As Boolean

[Pascal]
    property Authorization[Auth : TSBPOP3Authorization] : boolean;

[C++]
    bool get_Authorization(TSBPOP3Authorization Auth);
    void set_Authorization(TSBPOP3Authorization Auth, bool Value);

[PHP]
    bool get_Authorization(integer $Auth)
    void set_Authorization(integer $Auth, bool $Value)

[Java]
    boolean getAuthorization(short Auth);
    void setAuthorization(short Auth, boolean Value);

Parameters

  • Auth - the value that is to be enabled or disabled. See the list of values below
  • Value - specifies whether the desired authorization method should be enabled or disabled

Values:

Description

    Use this property to enable or disable specific authorization method. By default only USER authorization is enabled.

See also:     AuthorizationPriorities    

Discuss this help topic in SecureBlackbox Forum