Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.SendBufferSize

TElSMTPClient     


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


Specifies size of blocks used to pass data to socket.

Declaration

[C#]
    int SendBufferSize;

[VB.NET]
    Property SendBufferSize As Integer

[Pascal]
    property SendBufferSize : integer;

[C++]
    int32_t get_SendBufferSize();
    void set_SendBufferSize(int32_t Value);

[PHP]
    integer get_SendBufferSize()
    void set_SendBufferSize(integer $Value)

[Java]
    int getSendBufferSize();
    void setSendBufferSize(int Value);

Description

    Use this property to specify size of blocks used to send data to server. The default value is 65536.

Discuss this help topic in SecureBlackbox Forum