IAdmSendMailNotificationAction
The IAdmSendMailNotificationAction interface represents the Send email notification action.
Inheritance: IAdmAction
Properties
- 
Property
 - 
Description
 - 
RecipientAddresses
 - 
Gets or sets a string that contains a semicolon-separated list of e-mail addresses of the recipients.
 - 
Subject
 - 
Gets or sets the subject of the e-mail notification.
 - 
Text
 - 
Gets or sets the text of the e-mail notification.
 
Details
RecipientAddresses
Gets or sets a string that contains a semicolon-separated list of e-mail addresses of the recipients. You can use value references (e.g. %mail%) in the property. Value references will be replaced with corresponding property values of the object on which the action is executed.
- Type:
 - string
 - Access:
 - Read/Write
 
Subject
Gets or sets the subject of the e-mail notification. You can use value references (e.g. %department%, %company%) in the subject. Value references will be replaced with corresponding property values of the object on which the action is executed.
- Type:
 - string
 - Access:
 - Read/Write
 
Text
Gets or sets the text of the e-mail notification. You can use value references (e.g. %name%, %department%) in the text. Value references will be replaced with corresponding property values of the object on which the action is executed.
- Type:
 - string
 - Access:
 - Read/Write
 
Requirements
Minimum required version: 2010.2