PowerTCP Mail for .NET
ChunkSize Property




Gets or sets a value indicating the size of each chunk to be sent using the BDAT command.
Syntax
<DefaultValueAttribute()>
Public Property ChunkSize As Integer
Dim instance As SmtpSession
Dim value As Integer
 
instance.ChunkSize = value
 
value = instance.ChunkSize
[DefaultValue()]
public int ChunkSize {get; set;}
[DefaultValue()]
public: __property int get_ChunkSize();
public: __property void set_ChunkSize( 
   int value
);
[DefaultValue()]
public:
property int ChunkSize {
   int get();
   void set (    int value);
}

Property Value

If an ESMTP server supports chunking (MailBase.Capabilities contains "CHUNKING") the more efficient BDAT command is used instead of the legacy DATA command, and this value is used as the "chunk size". Set to 0 to disable the use of chunking.
See Also

Reference

SmtpSession Class
SmtpSession Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic