com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeStreamedItem



  • public final class ExchangeStreamedItem
    extends Object

    Represents the item received in ExportItems response

    • Constructor Detail

      • ExchangeStreamedItem

        public ExchangeStreamedItem()

        Initializes a new instance of the ExchangeStreamedItem class

    • Method Detail

      • getItemId

        public final String getItemId()

        Gets or sets the item identifier

      • setItemId

        public final void setItemId(String value)

        Gets or sets the item identifier

      • getDataEncoding

        public final Charset getDataEncoding()

        Gets or sets the data encoding.

        Value: The data encoding.
      • setDataEncoding

        public final void setDataEncoding(Charset value)

        Gets or sets the data encoding.

        Value: The data encoding.
      • getData

        public final byte[] getData()

        Gets or sets the item data

        Throws:
        com.aspose.ms.System.ArgumentNullException - value is null
      • setData

        public final void setData(byte[] value)

        Gets or sets the item data

        Throws:
        com.aspose.ms.System.ArgumentNullException - value is null