Click or drag to resize

Metodi di OutlookDataObject

Il tipo OutlookDataObject espone i seguenti membri.

Metodi
  Nome Descrizione
Metodo pubblico GetData(String) Retrieves the data associated with the specified data format.
Metodo pubblico GetData(Type) Retrieves the data associated with the specified class type format.
Metodo pubblico GetData(String, Boolean) Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
Metodo pubblico GetData(String, Int32) Retrieves the data associated with the specified data format at the specified index.
Metodo pubblico GetDataPresent(String) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Metodo pubblico GetDataPresent(Type) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Metodo pubblico GetDataPresent(String, Boolean) Determines whether data stored in this instance is associated with the specified format, using a Boolean value to determine whether to convert the data to the format.
Metodo pubblico GetFormats Returns a list of all formats that data stored in this instance is associated with or can be converted to.
Metodo pubblico GetFormats(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.
Metodo pubblico SetData(Object) Stores the specified data in this instance, using the class of the data for the format.
Metodo pubblico SetData(String, Object) Stores the specified data and its associated format in this instance.
Metodo pubblico SetData(Type, Object) Stores the specified data and its associated class type in this instance.
Metodo pubblico SetData(String, Boolean, Object) Stores the specified data and its associated format in this instance, using a Boolean value to specify whether the data can be converted to another format.
Torna su
Vedi anche