Ews.ExportItemAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
ExportItemAsync(EwsItemId, Object)
Exports message in its exchange format. This method is supported in Exchange 2010 SP1 (14.1.218.15) and newer.
Declaration
public Task<byte[]> ExportItemAsync(EwsItemId itemId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item to export. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<Byte[]> | Raw data of the item. |