OutlookDataObjectGetFormats(Boolean) - метод
Gets a list of all formats that data stored in this instance is associated with or can be converted to, using a Boolean value to determine whether to retrieve all formats that the data can be converted to or only native data formats.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public string[] GetFormats(
bool autoConvert
)
Public Function GetFormats (
autoConvert As Boolean
) As String()
public:
virtual array<String^>^ GetFormats(
bool autoConvert
) sealed
abstract GetFormats :
autoConvert : bool -> string[]
override GetFormats :
autoConvert : bool -> string[]
- autoConvert Boolean
- true to retrieve all formats that data stored in this instance is associated with or can be converted to; false to retrieve only native data formats.
String
An array of the names that represents a list of all formats that are supported by the data stored in this object.
IDataObjectGetFormats(Boolean)