_MobileItem.HTMLBody Property

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

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

Syntax

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

value = instance.HTMLBody

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

Property Value

Type: System.String

Remarks

The HTMLBody property specifies the HTML representation of the body of a Short Message Service (SMS) or Multimedia Messaging Service (MMS) message. Use the Body property to specify the body of an SMS message in clear-text, and the SMILBody property to specify the body of an MMS message in Synchronized Multimedia Integration Language (SMIL).

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace