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