public interface IExecEventNotifyByMailSettings
extends com4j.Com4jObject
| Modifier and Type | Method and Description |
|---|---|
String |
eMailTo()
The recipients' e-mail addresses.
|
void |
eMailTo(String pVal)
The recipients' e-mail addresses.
|
boolean |
enabled(int eventType)
Indicates if mail is enabled for the specified event type.
|
void |
enabled(int eventType,
boolean pVal)
Indicates if mail is enabled for the specified event type.
|
void |
save(boolean autoPost)
Uploads the notification settings to the server.
|
String |
userMessage()
The message body of the e-mail.
|
void |
userMessage(String pVal)
The message body of the e-mail.
|
String eMailTo()
The recipients' e-mail addresses.
Getter method for the COM property "EMailTo"
void eMailTo(String pVal)
The recipients' e-mail addresses.
Setter method for the COM property "EMailTo"
pVal - Mandatory java.lang.String parameter.String userMessage()
The message body of the e-mail.
Getter method for the COM property "UserMessage"
void userMessage(String pVal)
The message body of the e-mail.
Setter method for the COM property "UserMessage"
pVal - Mandatory java.lang.String parameter.boolean enabled(int eventType)
Indicates if mail is enabled for the specified event type.
Getter method for the COM property "Enabled"
eventType - Mandatory int parameter.void enabled(int eventType,
boolean pVal)
Indicates if mail is enabled for the specified event type.
Setter method for the COM property "Enabled"
eventType - Mandatory int parameter.pVal - Mandatory boolean parameter.void save(@DefaultValue(value="-1")
boolean autoPost)
Uploads the notification settings to the server.
autoPost - Optional parameter. Default value is falseCopyright © 2020. All rights reserved.