Click or drag to resize
MmsMessage Class
Class with MMS (Multimedia Messaging Service) message properties and content.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HMmsMessage

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class MmsMessage

The MmsMessage type exposes the following members.

Constructors
  NameDescription
Public methodMmsMessage(String)
Instantiates a new MMS message with the given parameters.
Public methodMmsMessage(Byte, String)
Instantiates a new MMS message with the given parameters.
Public methodMmsMessage(String, String)
Instantiates a new MMS message with the given parameters.
Public methodMmsMessage(String, Byte, String)
Instantiates a new MMS message with the given parameters.
Top
Properties
  NameDescription
Public propertyImage
Image content to be included in the message.
Public propertyText
Text content to be included in the message.
Public propertyTitle
Message title
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also