Metodo OutlookDataObjectGetDataPresent(String)
             | 
          
        
        
            Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool GetDataPresent(
	string format
)
Public Function GetDataPresent ( 
	format As String
) As Boolean
public:
virtual bool GetDataPresent(
	String^ format
) sealed
abstract GetDataPresent : 
        format : string -> bool 
override GetDataPresent : 
        format : string -> bool Parametri
- format  String
 - The format for which to check. See DataFormats for predefined formats.
 
Valore di ritorno
Boolean
            true if data stored in this instance is associated with, or can be converted to, the specified format; otherwise false.
            
Implementa
IDataObjectGetDataPresent(String)
Vedi anche