Click or drag to resize

Metodo OutlookDataObjectSetData(Type, Object)

Stores the specified data and its associated class type in this instance.

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

Parametri

format  Type
A Type representing the format associated with the data. See DataFormats for predefined formats.
data  Object
The data to store.

Implementa

IDataObjectSetData(Type, Object)
Vedi anche