_MobileItem.Attachments Property

Returns an Attachments object that represents all the attachments for the specified MobileItem object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Attachments As Attachments
    Get
'Usage
Dim instance As _MobileItem
Dim value As Attachments

value = instance.Attachments
[DispIdAttribute()]
Attachments Attachments { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Attachments

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.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace