EmailMailboxServerSearchReadBatchRequest.SuggestedBatchSize 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 the suggested batch size for the server-side search batch read.
public:
property unsigned int SuggestedBatchSize { unsigned int get(); };
uint32_t SuggestedBatchSize();
public uint SuggestedBatchSize { get; }
var uInt32 = emailMailboxServerSearchReadBatchRequest.suggestedBatchSize;
Public ReadOnly Property SuggestedBatchSize As UInteger
Property Value
The suggested number of messages in a batch. Clients suggest a batch size based on client-side criteria such as screen real estate, storage capacity, or bandwidth.
Windows requirements
App capabilities |
email
emailSystem
|