Click or drag to resize

EWSContextFindItems Method

Finds items in an Exchange Mailbox.

Namespace:  Koden.Utils.Exchange
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public FWRetVal<FindItemsResults<Item>> FindItems(
	string subjSearch,
	string bodySearch,
	int maxItems = 50,
	bool attachmentRequired = false
)

Parameters

subjSearch
Type: SystemString
The subject to filter on.
bodySearch
Type: SystemString
The body text to filter on.
maxItems (Optional)
Type: SystemInt32
The maximum items.
attachmentRequired (Optional)
Type: SystemBoolean
Is an attachment required?

Return Value

Type: FWRetValFindItemsResultsItem
A List of Exchange Items that can be worked with individually FwRetval.Record holds the list of items
See Also