PageSettingsAscendingSorting Property |
Gets or sets value which indicates if client uses ascending or descending sorting.
Set true if you want to use ascending sorting, otherwise set false.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool AscendingSorting { get; set; }
Public Property AscendingSorting As Boolean
Get
Set
public:
property bool AscendingSorting {
bool get ();
void set (bool value);
}
member AscendingSorting : bool with get, set
Property Value
Type:
Boolean
See Also