In The Hand LtdIn The Hand
Restrict Method (restriction)
.NET Components for Mobility
Returns a new AppointmentCollection object that contains only Appointment objects that match a set of criteria, providing a filtered view of a collection of appointments.
Declaration Syntax
C#Visual Basic
public AppointmentCollection Restrict(
	string restriction
)
Public Function Restrict ( _
	restriction As String _
) As AppointmentCollection
Parameters
restriction (String)
A string that defines which items to find. The string must contain a Boolean expression that evaluates to TRUE or FALSE for any item. - Enclose property names between brackets. - You can combine expressions with AND and OR. - Comparison operators are the following "<, <=, >, >=, =, <>"
Return Value

[Missing <returns> documentation for "M:InTheHand.WindowsMobile.PocketOutlook.AppointmentCollection.Restrict(System.String)"]

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