OutlookDataObjectGetData(String, Int32) - метод
Retrieves the data associated with the specified data format at the specified index.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public MemoryStream GetData(
string format,
int index
)
Public Function GetData (
format As String,
index As Integer
) As MemoryStream
public:
MemoryStream^ GetData(
String^ format,
int index
)
member GetData :
format : string *
index : int -> MemoryStream
- format String
- The format of the data to retrieve. See DataFormats for predefined formats.
- index Int32
- The index of the data to retrieve.
MemoryStream
A
MemoryStream containing the raw data for the specified data format at the specified index.