3.2.4.2.6.1 AttachmentFileListSize (get) (Opnum 26)

The AttachmentFileListSize (get) method returns the attachment file list size property of the action.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_ACTION_EMAIL2 | 0x01))] HRESULT AttachmentFileListSize(
   [out, retval] long* attachmentFileListSize
 );

attachmentFileListSize: Pointer to a variable that upon completion contains the attachment file list size property of 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 NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that attachmentFileListSize is not NULL.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set attachmentFileListSize to the attachment file size property of the action.