PropertySet.MaximumBodySize プロパティ

定義

取得する本文の最大サイズを取得または設定します。 プロパティはMaximumBodySize、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

public:
 property Nullable<int> MaximumBodySize { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> MaximumBodySize { get; set; }
Public Property MaximumBodySize As Nullable(Of Integer)

プロパティ値

取得する本文の最大サイズ。

適用対象