3.2.4.2.6.2 AttachmentFileListSize (put) (Opnum 27)

The AttachmentFileListSize (put) method sets the attachment file list size property of the action.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_ACTION_EMAIL2 | 0x01))] HRESULT AttachmentFileListSize(
   [in] long attachmentFileListSize
 );

attachmentFileListSize: Contains the number of lines of the attachment for the action.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The attachmentFileListSize parameter is not a valid value. The number of lines must be in the range of 0 through 1000; the default is 100.

The server MUST use attachmentFileListSize as the attachment file list size property of the action. The server MUST use the attachment file list size property as the maximum number of lines to include in the attachment sent by this action.