Click or drag to resize

Metodo OutlookDataObjectSetData(String, Object)

Stores the specified data and its associated format in this instance.

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

Parametri

format  String
The format associated with the data. See DataFormats for predefined formats.
data  Object
The data to store.

Implementa

IDataObjectSetData(String, Object)
Vedi anche