OutlookDataObjectGetData(Type) - метод

Retrieves the data associated with the specified class type format.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public Object GetData(
	Type format
)

Параметры

format  Type
A Type representing the format of the data to retrieve. See DataFormats for predefined formats.

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

Object
The data associated with the specified format, or null.

См. также