Represents a Multimedia Message Service (MMS) message.
| C# | Visual Basic |
public sealed class MmsMessage : SmsMessage, IDisposable
Public NotInheritable Class MmsMessage _ Inherits SmsMessage _ 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.
| |
| Account |
Returns the account which contains this message.
(Inherited from Message.) | |
| Attachments |
Gets the message's collection of attachments.
| |
| Bcc | Gets the collection of blind carbon-copied recipients for the MMS message.
| |
| Body |
Gets the SMS message’s text body.
(Inherited from SmsMessage.) | |
| BodyData |
Contains the raw binary data of the MMS message.
| |
| CC | Gets the collection of carbon-copied recipients for the MMS message.
| |
| ContextMenuDisable |
Indicate that various menu commands should be greyed out for the message.
(Inherited from Message.) | |
| CopyTo(SmsMessageFolder) |
Copies the message to the specified SmsMessageFolder.
(Inherited from SmsMessage.) | |
| CopyTo(MessageFolder) |
Copies the message to the specified folder.
(Inherited from Message.) | |
| Delete()()()() |
Deletes the message from the device.
(Inherited from Message.) | |
| Dispose(Boolean) | (Inherited from Message.) | |
| Dispose()()()() | (Inherited from Message.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Message.) | |
| From |
Gets the Recipient who sent the message.
(Inherited from Message.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(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.) | |
| MessageClass |
Gets or sets the class of the SmsMessage.
(Inherited from SmsMessage.) | |
| MoveTo(MmsMessageFolder) |
Moves the message to the specified MmsMessageFolder.
| |
| MoveTo(SmsMessageFolder) |
Moves the message to the specified SmsMessageFolder.
(Inherited from SmsMessage.) | |
| MoveTo(MessageFolder) |
Moves the message to the specified folder.
(Inherited from Message.) | |
| ParentFolder |
Returns the parent folder for this message.
(Inherited from SmsMessage.) | |
| 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 or sets the date that the message was received.
(Inherited from Message.) | |
| RequestDeliveryReport |
Gets and sets a value indicating whether a delivery report is requested.
true if requested; otherwise false.
(Inherited from SmsMessage.) | |
| Send()()()() |
Sends the MMS message.
| |
| Subject |
Gets or sets the MMS message subject.
| |
| To | Gets the collection of primary recipients (those addressed in the To: line) for the message.
| |
| ToString()()()() | (Inherited from Object.) | |
| Update()()()() | Save the item to the database.
|
| Object | |||
| Message | |||
| SmsMessage | |||
| MmsMessage | |||
Gets the collection of blind carbon-copied recipients for the MMS message.
Save the item to the database.