Для изменения размера нажмите или перетащите

OutlookDataObjectGetData(String, Int32) - метод

Retrieves the data associated with the specified data format at the specified index.

Пространство имён:  Tessa.UI
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public MemoryStream GetData(
	string format,
	int index
)

Параметры

format
Тип: SystemString
The format of the data to retrieve. See DataFormats for predefined formats.
index
Тип: SystemInt32
The index of the data to retrieve.

Возвращаемое значение

Тип: MemoryStream
A MemoryStream containing the raw data for the specified data format at the specified index.
См. также