Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
This class represents multimedia messages.
public class MmsMessage : Message, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
Properties
Declaration
public IList<MessagesAttachment> Attachments { get; }
Property Value
View Source
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> |
|
View Source
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> |
|
View Source
Subject
The subject of the multimedia message.
Declaration
public string Subject { get; set; }
Property Value
View Source
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