Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.PlainLoginPriority

TElIMAPClient     See also     


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


Specifies the priority of plain login.

Declaration

[C#]
    int PlainLoginPriority;

[VB.NET]
    Property PlainLoginPriority As Integer

[Pascal]
    property PlainLoginPriority : Integer;

[C++]
    int32_t get_PlainLoginPriority();
    void set_PlainLoginPriority(int32_t Value);

[PHP]
    integer get_PlainLoginPriority()
    void set_PlainLoginPriority(integer $Value)

[Java]
    int getPlainLoginPriority();
    void setPlainLoginPriority(int Value);

Description

    Use this property to specify the priority of plain login as compared to SASL authentication. The higher the value, the more preferred this way of login is.

See also:     SASLLoginPriority    

Discuss this help topic in SecureBlackbox Forum