public interface ICustomizationMailConditions
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addCondition(String name,
int conditionType,
String conditionText)
Creates a new CustomizationMailCondition.
|
com4j.Com4jObject |
condition(String name,
int conditionType)
Gets the CustomizationMailCondition specified by the name and type.
|
boolean |
conditionExist(String name,
int conditionType)
Checks if the specified mail customization condition exists.
|
IList |
conditions()
Gets the list of CustomizationMailCondition objects.
|
Object |
conditions(int index) |
void |
removeCondition(String name,
int conditionType)
Deletes the specified CustomizationMailCondition.
|
com4j.Com4jObject condition(String name, int conditionType)
Gets the CustomizationMailCondition specified by the name and type.
Getter method for the COM property "Condition"
name
- Mandatory java.lang.String parameter.conditionType
- Mandatory int parameter.IList conditions()
Gets the list of CustomizationMailCondition objects.
Getter method for the COM property "Conditions"
Object conditions(int index)
com4j.Com4jObject addCondition(String name, int conditionType, String conditionText)
Creates a new CustomizationMailCondition.
name
- Mandatory java.lang.String parameter.conditionType
- Mandatory int parameter.conditionText
- Mandatory java.lang.String parameter.void removeCondition(String name, int conditionType)
Deletes the specified CustomizationMailCondition.
name
- Mandatory java.lang.String parameter.conditionType
- Mandatory int parameter.boolean conditionExist(String name, int conditionType)
Checks if the specified mail customization condition exists.
Getter method for the COM property "ConditionExist"
name
- Mandatory java.lang.String parameter.conditionType
- Mandatory int parameter.Copyright © 2020. All rights reserved.