GrapeCity Secure Mail for .NET 4.0J
ChunkSize プロパティ

BDATコマンドを使用して送信される各チャンクのサイズを示す値を取得または設定します。
シンタックス
<DefaultValueAttribute()>
<CategoryAttribute("動作")>
<DescriptionAttribute("The size of each BDAT chunk.")>
Public Property ChunkSize As Integer
[DefaultValue()]
[Category("動作")]
[Description("The size of each BDAT chunk.")]
public int ChunkSize {get; set;}

プロパティ値

ESMTPサーバーがチャンクをサポートしている場合(MailBase.Capabilitiesに「CHUNKING」が含まれます)、レガシーなDATAコマンドの代わりに、より効率的なBDATコマンドが使用されます。この値はチャンクのサイズに使用されます。チャンクを使用しない場合は、0に設定します。
参照

参照

SmtpSession クラス
SmtpSession メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.