_MobileItem.Body Property

Returns or sets a String (string in C#) that represents the clear-text body of a MobileItem object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property Body As String
    Get
    Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.Body

instance.Body = value
[DispIdAttribute()]
string Body { get; set; }

Property Value

Type: System.String

Remarks

Use the Body or HTMLBody property to get or compose the body of a Short Message Service (SMS) message. Use the HTMLBody or SMILBody property to get or compose the body of a Multimedia Messaging Service (MMS) message.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace