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
System_CAPS_pubproperty ActionType

Gets the ActionType property.

System_CAPS_pubproperty AttachmentFileListSize

The maximum number of files to include in the list.

This property is read/write.

System_CAPS_pubproperty id

Gets the id property.

System_CAPS_pubproperty MailBcc

Gets and sets the MailBcc property.

System_CAPS_pubproperty MailCc

Gets and sets the MailCc property.

System_CAPS_pubproperty MailFrom

Gets and sets the MailFrom property.

System_CAPS_pubproperty MailReplyTo

Gets and sets the MailReplyTo property.

System_CAPS_pubproperty MailSubject

Gets and sets the MailSubject property.

System_CAPS_pubproperty MailTo

Gets and sets the MailTo property.

System_CAPS_pubproperty MessageText

Gets and sets the MessageText property.

System_CAPS_pubproperty RunLimitInterval

Gets and sets the RunLimitInterval property.

Methods

Name Description
System_CAPS_pubmethod 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

Microsoft.Storage Namespace

Return to top