Click or drag to resize

Metodo OutlookDataObjectGetData (String)

Retrieves the data associated with the specified data format.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi
public Object GetData(
	string format
)

Parametri

format
Tipo: SystemString
The format of the data to retrieve. See DataFormats for predefined formats.

Valore di ritorno

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

Implementa

IDataObjectGetData(String)
Vedi anche