Ews.GetItemInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
GetItemInfo(EwsItemId)
Gets the information about an item with default set of properties retrieved.
Declaration
public EwsItemInfo GetItemInfo(EwsItemId itemId)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsItemId | itemId | ID of an item to get info about.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsItemInfo | EwsItemInfo object containing default set of information about the item.  | 
    
GetItemInfo(EwsItemId, EwsItemFields)
Gets the information about an item with specified set of properties retrieved.
Declaration
public EwsItemInfo GetItemInfo(EwsItemId itemId, EwsItemFields fields)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsItemId | itemId | ID of an item to get info about.  | 
    
| EwsItemFields | fields | Set of item properties to be retrieved.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsItemInfo | EwsItemInfo object containing specified set of information about the item.  |