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

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

Definition

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

Параметры

format  String
The format of the data to retrieve. See DataFormats for predefined formats.
index  Int32
The index of the data to retrieve.

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

MemoryStream
A MemoryStream containing the raw data for the specified data format at the specified index.

См. также