MobileItem.Attachments Property (Outlook)
Returns an Attachments object that represents all the attachments for the specified MobileItem object. Read-only.
Version Information
Version Added: Outlook 2010
Syntax
expression .Attachments
expression A variable that represents a MobileItem object.
Remarks
Multimedia objects, including images, video, and audio items, can be added only programmatically as attachments to a MobileItem object that is a Multimedia Messaging Service (MMS) message. The inspector for the MobileItem object does not support adding attachments through the user interface.
To add multimedia objects to an MMS MobileItem object, use the SMILBody property. Specify URLs to these multimedia files in the Synchronized Multimedia Integration Language (SMIL) markup for that MMS message.