Click or drag to resize

Metodo OutlookDataObjectSetData(String, Boolean, Object)

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.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public void SetData(
	string format,
	bool autoConvert,
	Object data
)

Parametri

format  String
The format associated with the data. See DataFormats for predefined formats.
autoConvert  Boolean
true to allow the data to be converted to another format; otherwise, false.
data  Object
The data to store.

Implementa

IDataObjectSetData(String, Boolean, Object)
Vedi anche