Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.IncomingSpeedLimit

TElSMTPClient     See also     


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


Specifies the incoming traffic limit.

Declaration

[C#]
    int IncomingSpeedLimit;

[VB.NET]
    Property IncomingSpeedLimit As Integer

[Pascal]
    property IncomingSpeedLimit : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to specify the maximum number of bytes per second that SMTP client may receive. The value of 0 (zero) means "no limitation".

See also:     OutgoingSpeedLimit    

Discuss this help topic in SecureBlackbox Forum