Click or drag to resize

Metodo OutlookDataObjectGetData (String, Int32)

Retrieves the data associated with the specified data format at the specified index.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
public MemoryStream GetData(
	string format,
	int index
)

Parametri

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

Valore di ritorno

Tipo: MemoryStream
A MemoryStream containing the raw data for the specified data format at the specified index.
Vedi anche