Class OutlookDataObject
public class OutlookDataObject : IDataObject
- Inheritance
-
OutlookDataObject
- Implements
Constructors
- OutlookDataObject(IDataObject)
Initializes a new instance of the OutlookDataObject class.
Methods
- GetData(string)
Retrieves the data associated with the specified data format.
- GetData(string, bool)
Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
- GetData(string, int)
Retrieves the data associated with the specified data format at the specified index.
- GetData(Type)
Retrieves the data associated with the specified class type format.
- GetDataPresent(string)
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
- GetDataPresent(string, bool)
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.
- GetDataPresent(Type)
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
- GetFormats()
Returns a list of all formats that data stored in this instance is associated with or can be converted to.
- GetFormats(bool)
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.
- SetData(object)
Stores the specified data in this instance, using the class of the data for the format.
- SetData(string, object)
Stores the specified data and its associated format in this instance.
- SetData(string, object, bool)
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.
- SetData(Type, object)
Stores the specified data and its associated class type in this instance.