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

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

Syntax

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

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to get info about.

Return Value

EwsItemInfo object containing default set of information about the item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also