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.