Gets the information about an item with specified set of properties retrieved.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function GetItemInfo ( _
	itemId As EwsItemId, _
	fields As EwsItemFields _
) As EwsItemInfo
C#
public EwsItemInfo GetItemInfo(
	EwsItemId itemId,
	EwsItemFields fields
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to get info about.
fields
Type: Rebex.Net..::..EwsItemFields
Set of item properties to be retrieved.

Return Value

EwsItemInfo object containing specified set of information about the item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also