Ews.ExportItem Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
ExportItem(EwsItemId)
Exports message in its exchange format. This method is supported in Exchange 2010 SP1 (14.1.218.15) and newer.
Declaration
public byte[] ExportItem(EwsItemId itemId)
Parameters
Type | Name | Description |
---|---|---|
EwsItemId | itemId | ID of an item to export. |
Returns
Type | Description |
---|---|
Byte[] | Raw data of the item. |