Click or drag to resize

Classe OutlookDataObject

Provides a format-independant machanism for transfering data with support for outlook messages and attachments.
Gerarchia di ereditarietà
SystemObject
  DedNet.CoreOutlookDataObject

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public class OutlookDataObject : IDataObject

Il tipo OutlookDataObject espone i seguenti membri.

Costruttori
 NomeDescrizione
Metodo pubblicoOutlookDataObject Initializes a new instance of the OutlookDataObject class.
Torna su
Metodi
 NomeDescrizione
Metodo pubblicoGetData(String) Retrieves the data associated with the specified data format.
Metodo pubblicoGetData(Type) Retrieves the data associated with the specified class type format.
Metodo pubblicoGetData(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 pubblicoGetData(String, Int32) Retrieves the data associated with the specified data format at the specified index.
Metodo pubblicoGetDataPresent(String) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Metodo pubblicoGetDataPresent(Type) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Metodo pubblicoGetDataPresent(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 pubblicoGetFormats Returns a list of all formats that data stored in this instance is associated with or can be converted to.
Metodo pubblicoGetFormats(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 pubblicoSetData(Object) Stores the specified data in this instance, using the class of the data for the format.
Metodo pubblicoSetData(String, Object) Stores the specified data and its associated format in this instance.
Metodo pubblicoSetData(Type, Object) Stores the specified data and its associated class type in this instance.
Metodo pubblicoSetData(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

Documentazione

Namespace DedNet.Core