IFsrmActionEmail2 interface (fsrm.h)

[This interface is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMAction, MSFT_FSRMFMJAction, and MSFT_FSRMFMJNotificationAction classes.]

Used to limit the number of expired files 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 IFsrmFileManagementJob::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.

Inheritance

The IFsrmActionEmail2 interface inherits from the IFsrmActionEmail interface.

Methods

The IFsrmActionEmail2 interface has these methods.

 
IFsrmActionEmail2::get_AttachmentFileListSize

The maximum number of files to include in the list. (Get)
IFsrmActionEmail2::put_AttachmentFileListSize

The maximum number of files to include in the list. (Put)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrm.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

FSRM Interfaces

IFsrmActionEmail

MSFT_FSRMAction

MSFT_FSRMFMJAction

MSFT_FSRMFMJNotificationAction