Class MmsMessage
Definition
- Assembly:
- Tizen.Messaging.dll
This class represents multimedia messages.
public class MmsMessage : Message, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceMmsMessage()
Creates a multimedia message.
Declaration
public MmsMessage()
Properties
View SourceAttachments
The list of attachment files.
Declaration
public IList<MessagesAttachment> Attachments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><MessagesAttachment> |
Bcc
The collection of BCC (blind carbon copy) message recipients.
Declaration
public ICollection<MessagesAddress> Bcc { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><MessagesAddress> |
Cc
The collection of CC (carbon copy) message recipients.
Declaration
public ICollection<MessagesAddress> Cc { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><MessagesAddress> |
Subject
The subject of the multimedia message.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
To
The collection of normal message recipients.
Declaration
public ICollection<MessagesAddress> To { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><MessagesAddress> |
Implements
System.IDisposable