IFsrmActionEmail2 Interface

 

Used to limit the number of expired files listed in the email notification.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("8276702F-2532-4839-89BF-4872609A2EA4")>
Public Interface IFsrmActionEmail2
	Inherits IFsrmActionEmail

NameDescription
System_CAPS_pubpropertyActionType

Gets the ActionType property.

System_CAPS_pubpropertyAttachmentFileListSize

The maximum number of files to include in the list.

This property is read/write.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyMailBcc

Gets and sets the MailBcc property.

System_CAPS_pubpropertyMailCc

Gets and sets the MailCc property.

System_CAPS_pubpropertyMailFrom

Gets and sets the MailFrom property.

System_CAPS_pubpropertyMailReplyTo

Gets and sets the MailReplyTo property.

System_CAPS_pubpropertyMailSubject

Gets and sets the MailSubject property.

System_CAPS_pubpropertyMailTo

Gets and sets the MailTo property.

System_CAPS_pubpropertyMessageText

Gets and sets the MessageText property.

System_CAPS_pubpropertyRunLimitInterval

Gets and sets the RunLimitInterval property.

NameDescription
System_CAPS_pubmethodDelete()

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

Return to top

Community Additions

ADD
Show: