Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an OlMobileFormat constant that represents the message format of a mobile message. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property MobileFormat As OlMobileFormat
Get
'Usage
Dim instance As _MobileItem
Dim value As OlMobileFormat
value = instance.MobileFormat
[DispIdAttribute()]
OlMobileFormat MobileFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlMobileFormat
Remarks
The mobile format of a MobileItem object can be either text or multimedia. A text message has the value olSMS as the MobileFormat, and a multimedia message has the value olMMS.