Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class represents multimedia messages.
public class MmsMessage : Message, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
API Level: 3
Properties
Declaration
public IList<MessagesAttachment> Attachments { get; }
Property Value
API Level: 3
View Source
Bcc
The collection of BCC (blind carbon copy) message recipients.
Declaration
public ICollection<MessagesAddress> Bcc { get; }
Property Value
API Level: 3
View Source
Cc
The collection of CC (carbon copy) message recipients.
Declaration
public ICollection<MessagesAddress> Cc { get; }
Property Value
API Level: 3
View Source
Subject
The subject of the multimedia message.
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
To
The collection of normal message recipients.
Declaration
public ICollection<MessagesAddress> To { get; }
Property Value
API Level: 3
Implements
System.IDisposable