ListMessageSizes Method
Retrieves a list of all message sizes from the server.
Syntax
[VB.NET] Public Sub ListMessageSizes()
[C#] public void ListMessageSizes();
Remarks
This message retrieves a list of all message sizes from the server. For each message listed, a MessageList event will fire containing the number and size of the message.
NOTE: This method has a corresponding asynchronous version (ListMessageSizesAsync) for use in the Xamarin environment.