IFsrmActionEmail2 Interface
Used to limit the number of expired files listed in the email notification.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("8276702F-2532-4839-89BF-4872609A2EA4")]
public interface IFsrmActionEmail2 : IFsrmActionEmail
[GuidAttribute("8276702F-2532-4839-89BF-4872609A2EA4")]
public interface class IFsrmActionEmail2 : IFsrmActionEmail
[<GuidAttribute("8276702F-2532-4839-89BF-4872609A2EA4")>]
type IFsrmActionEmail2 =
interface
interface IFsrmActionEmail
end
<GuidAttribute("8276702F-2532-4839-89BF-4872609A2EA4")>
Public Interface IFsrmActionEmail2
Inherits IFsrmActionEmail
Properties
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. |
Methods
Name | Description | |
---|---|---|
Delete() | Removes the limit of the number of expired files that are listed in the email notification. |
Remarks
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
See Also
Return to top