public final class ExchangeStreamedItem extends Object
Represents the item received in ExportItems response
Constructor and Description |
---|
ExchangeStreamedItem()
Initializes a new instance of the
ExchangeStreamedItem class |
public ExchangeStreamedItem()
Initializes a new instance of the ExchangeStreamedItem
class
public void setItemId(String value)
Gets or sets the item identifier
value
- a String
object.public byte[] getData()
Gets or sets the item data
com.aspose.ms.System.ArgumentNullException
- value
is null
public void setData(byte[] value)
Gets or sets the item data
value
- an array of byte.com.aspose.ms.System.ArgumentNullException
- value
is null
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.