Represents a Multimedia Message Service (MMS) message.
| C# | Visual Basic |
public sealed class MmsMessage : Message, IDisposable
Public NotInheritable Class MmsMessage _ Inherits Message _ Implements IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MmsMessage(ItemId) |
Initializes a new instance of the MmsMessage class, using on an existing native object.
| |
| Bcc | Gets the collection of blind carbon-copied recipients for the MMS message.
| |
| CC | Gets the collection of carbon-copied recipients for the MMS message.
| |
| Delete()()() |
Deletes the message from the device.
(Inherited from Message.) | |
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| From |
Gets the Recipient who sent the message.
(Inherited from Message.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| ItemId |
Gets the message’s Item ID.
(Inherited from Message.) | |
| LastModified |
Gets the date the message was sent.
(Inherited from Message.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveTo(MmsMessageFolder) |
Moves the message to the specified MmsMessageFolder.
| |
| Properties |
Gets the MailPropertySet.
This object is used for accessing mail item properties.
(Inherited from Message.) | |
| Read |
Gets or sets the read state of the message.
(Inherited from Message.) | |
| Received |
Gets the date that the message was received.
(Inherited from Message.) | |
| Subject |
Gets the MMS message subject.
| |
| To | Gets the collection of primary recipients (those addressed in the To: line) for the message.
| |
| ToString()()() | (Inherited from Object.) |
Gets the collection of blind carbon-copied recipients for the MMS message.