In The Hand LtdIn The Hand
Sort Method (propertyName)
.NET Components for Mobility
Sort items in a collection on a given property.
Declaration Syntax
C#Visual Basic
public void Sort(
	string propertyName
)
Public Sub Sort ( _
	propertyName As String _
)
Parameters
propertyName (String)
The property which is to be sorted on, enclosed in brackets (e.g. [CompanyName]).
Remarks
Note that you cannot sort on the following properties: Categories, BodyInk, ReminderTime, Recipients.
Exceptions
ExceptionCondition
NotSupportedExceptionSort is not supported.
ArgumentNullExceptionpropertyName is null.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0