PropertySet.MaximumBodySize Property

Definition

Gets or sets the maximum size of the body to be retrieved. The MaximumBodySize property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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)

Property Value

The maximum size of the body to be retrieved.

Applies to