IFsrmActionEmail2 Interface
Used to limit the number of expired files listed in the email notification.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActionType | Gets the ActionType property. |
![]() | AttachmentFileListSize | The maximum number of files to include in the list. This property is read/write. |
![]() | id | Gets the id property. |
![]() | MailBcc | Gets and sets the MailBcc property. |
![]() | MailCc | Gets and sets the MailCc property. |
![]() | MailFrom | Gets and sets the MailFrom property. |
![]() | MailReplyTo | Gets and sets the MailReplyTo property. |
![]() | MailSubject | Gets and sets the MailSubject property. |
![]() | MailTo | Gets and sets the MailTo property. |
![]() | MessageText | Gets and sets the MessageText property. |
![]() | RunLimitInterval | Gets and sets the RunLimitInterval property. |
| Name | Description | |
|---|---|---|
![]() | Delete() | Removes the limit of the number of expired files that are listed in the email notification. |
Use this version of the interface for file management notifications. To create an email action for file management notifications, call the CreateNotificationAction method and specify FsrmActionType_Email as the action type.The CreateNotificationAction method returns an IFsrmAction interface. To get this interface, call the QueryInterface method and specify IID_IFsrmActionEmail2 as the interface identifier

