Description Syntax Example deleteMailConnectionProperty

10-102 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.10.3.3 Example

The following example adds a custom mail server connection property called myProperty1 with a default value propertyValue1. wls:weblogicserverConfig setMailConnectionPropertyappName=webcenter, name=myMailServer, key=myProperty1, value=propertyValue1

10.10.4 deleteMailConnectionProperty

Module: Oracle WebCenter Use with WLST: Online

10.10.4.1 Description

Deletes a mail server connection property. Take care when deleting connection properties because the connection may not work as expected if the configuration becomes invalid as a result. This command can only delete additional connection properties added using the setMailConnectionProperty command.

10.10.4.2 Syntax

deleteMailConnectionPropertyappName, name, key, [server], [applicationVersion]

10.10.4.3 Example

The following example deletes a mail server connection property named mailProperty1. wls:weblogicserverConfig deleteMailConnectionPropertyappName=webcenter, name=myMailServer, key=mailProperty1 server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition appName Name of the WebCenter application in which to perform this operation. name Name of an existing mail server connection. key Name of the connection property you want to delete. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition Oracle WebCenter Custom WLST Commands 10-103

10.10.5 listMailConnections