Class MmsMessage

    Definition

    Namespace:
    Tizen.Messaging.Messages
    Assembly:
    Tizen.Messaging.dll

    This class represents multimedia messages.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class MmsMessage : Message, IDisposable
    Inheritance
    object
    Message
    MmsMessage
    Implements
    System.IDisposable

    Constructors

    View Source

    MmsMessage()

    Creates a multimedia message.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MmsMessage()

    Properties

    View Source

    Attachments

    The list of attachment files.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public IList<MessagesAttachment> Attachments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<T><MessagesAttachment>
    View Source

    Bcc

    The collection of BCC (blind carbon copy) message recipients.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    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
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    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
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Subject { get; set; }
    Property Value
    Type Description
    string
    View Source

    To

    The collection of normal message recipients.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public ICollection<MessagesAddress> To { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<T><MessagesAddress>

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX