IFsrmActionEmail2::get_AttachmentFileListSize method (fsrm.h)

[This property 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.]

The maximum number of files to include in the list.

This property is read/write.

Syntax

HRESULT get_AttachmentFileListSize(
  long *attachmentFileListSize
);

Parameters

attachmentFileListSize

Return value

None

Remarks

The attached file is a plain text file. The file contains a line for each file up to the maximum list size. Each line is in the form, [Source File Path],[Source File Remote Paths].

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)
DLL SrmSvc.dll

See also

IFsrmActionEmail2

MSFT_FSRMAction

MSFT_FSRMFMJAction

MSFT_FSRMFMJNotificationAction