Class ExchangeStreamedItem

ExchangeStreamedItem class

Represents the item received in ExportItems response

public sealed class ExchangeStreamedItem

Constructors

NameDescription
ExchangeStreamedItem()Initializes a new instance of the ExchangeStreamedItem class

Properties

NameDescription
Data { get; set; }Gets or sets the item data
DataEncoding { get; set; }Gets or sets the data encoding.
ItemId { get; set; }Gets or sets the item identifier

See Also