This topic has not yet been rated - Rate this topic

_MobileItem.HTMLBody Property

Office 2010

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)
'Declaration
<DispIdAttribute()> _
Property HTMLBody As String
	Get
	Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.HTMLBody

instance.HTMLBody = value

Property Value

Type: System.String

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).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.