Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.OutgoingSpeedLimit

TElSMTPClient     See also     


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


Specifies the outgoing traffic limit.

Declaration

[C#]
    int OutgoingSpeedLimit;

[VB.NET]
    Property OutgoingSpeedLimit As Integer

[Pascal]
    property OutgoingSpeedLimit : 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 send. The value of 0 (zero) means "no limitation".

See also:     IncomingSpeedLimit    

Discuss this help topic in SecureBlackbox Forum