Dart.Mail Namespace > SmtpSession Class : ChunkSize Property |
<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); }