Table of Contents

Class ByteArrayArray

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an array of byte arrays

public sealed class ByteArrayArray : ComplexProperty
Inheritance
ByteArrayArray
Inherited Members

Constructors

ByteArrayArray()

public ByteArrayArray()

Properties

Content

Gets the content of the arrray of byte arrays

public byte[][] Content { get; }

Property Value

byte[][]