SmtpServerTcpBufSize Property |
Gets or sets the size of data chunk MailBee uses when sending e-mail data to the SMTP server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int TcpBufSize { get; set; }
Public Property TcpBufSize As Integer
Get
Set
Property Value
Type:
Int32The size of the data chunk in bytes. The default value is
TcpBufSize.
Exceptions Remarks This property lets the developer control the size of e-mail chunks to be sent to the SMTP server. For instance, when sending large messages,
you can set it to a larger value (e.g. 1MB rather than the default of 64KB).
See Also