PowerTCP Mail for .NET
BlockSize Property




Gets or sets the buffer size used during file and socket I/O.
Syntax
<DefaultValueAttribute()>
Public Property BlockSize As Integer
Dim instance As MailSession
Dim value As Integer
 
instance.BlockSize = value
 
value = instance.BlockSize
[DefaultValue()]
public int BlockSize {get; set;}
[DefaultValue()]
public: __property int get_BlockSize();
public: __property void set_BlockSize( 
   int value
);
[DefaultValue()]
public:
property int BlockSize {
   int get();
   void set (    int value);
}
Remarks
Progress, Progress and Progress are raised each time a block is read or written.
See Also

Reference

MailSession Class
MailSession Members


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