IFsrmActionEmail2.AttachmentFileListSize Property
The maximum number of files to include in the list.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int AttachmentFileListSize { get; set; }
property int AttachmentFileListSize {
int get();
void set(int value);
}
abstract AttachmentFileListSize : int with get, set
Property AttachmentFileListSize As Integer
Property Value
Type: System.Int32
A Int32 that contains the maximum number of files to include in the list. The valid range is from 0 through 1,000. The default is 100.
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].
See Also
IFsrmActionEmail2 Interface
Microsoft.Storage Namespace
Return to top