PropertySet.MaximumBodySize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.