Skip to main content

What it does

Represents attachment binary data.

Methods

DefinitionDescription
Add (value: BYTE)Adds a new byte to the array.
InsertAt (value: BYTE, pos: int)Inserts a new byte to the specified position of the array.
DeleteAt (pos: int)Deletes the element of the array with the specified position.
DeleteAll ( )Deletes all elements of the array.

Properties

NameTypeAccessDescription
NamestringRead-onlyThe name of the array