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

OutlookDataObjectSetData(String, Object, Boolean) - метод

Stores the specified data and its associated format in this instance, using a Boolean value to specify whether the data can be converted to another format.

Пространство имён:  Tessa.UI
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public void SetData(
	string format,
	Object data,
	bool autoConvert
)

Параметры

format
Тип: SystemString
The format associated with the data. See DataFormats for predefined formats.
data
Тип: SystemObject
The data to store.
autoConvert
Тип: SystemBoolean
true to allow the data to be converted to another format; otherwise, false.

Реализации

IDataObjectSetData(String, Object, Boolean)
См. также