Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

RegistryKey.deleteValue

public void deleteValue(String subKey, String valueName)

Deletes the specified value in the specified sub-key of this registry key.

Is equivalent to:
openKey(subKey).deleteValue(valueName);

Parameters:
subKey   the sub-key where the value is stored.
valueName   the value name to be deleted.

Throws:
RegistryException   if this key has been closed or any other error occurs.

public void deleteValue(String valueName)

Deletes the specified value from this registry key.

Parameters:
valueName   the value name to be deleted.

Throws:
RegistryException   if this key has been closed or any other error occurs.

Community comments



Powered by JavaDocPlus