Metodo OutlookDataObjectGetData(String, Boolean)
             | 
          
        
        
            Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic Object GetData(
	string format,
	bool autoConvert
)
Public Function GetData ( 
	format As String,
	autoConvert As Boolean
) As Object
public:
virtual Object^ GetData(
	String^ format, 
	bool autoConvert
) sealed
abstract GetData : 
        format : string * 
        autoConvert : bool -> Object 
override GetData : 
        format : string * 
        autoConvert : bool -> Object Parametri
- format  String
 - The format of the data to retrieve. See DataFormats for predefined formats.
 - autoConvert  Boolean
 - true to convert the data to the specified format; otherwise, false.
 
Valore di ritorno
Object
            The data associated with the specified format, or null.
            
Implementa
IDataObjectGetData(String, Boolean)
Vedi anche