OlMobileFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of a mobile message.
public enum class OlMobileFormat
public enum OlMobileFormat
Public Enum OlMobileFormat
- Inheritance
-
OlMobileFormat
Fields
Name | Value | Description |
---|---|---|
olSMS | 0 | A Short Message Service (SMS) message. |
olMMS | 1 | A Multimedia Messaging Service (MMS) message. |
Remarks
This enumeration is used by the MobileFormat property of the MobileItem object.