OlMobileFormat Enumeration

Specifies the format of a mobile message.

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

Syntax

'Declaration
Public Enumeration OlMobileFormat
'Usage
Dim instance As OlMobileFormat
public enum OlMobileFormat

Members

Member name Description
olSMS A Short Message Service (SMS) message.
olMMS A Multimedia Messaging Service (MMS) message.

Remarks

This enumeration is used by the MobileFormat property of the MobileItem object.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace