Show / Hide Table of Contents

    Class SmsMessage

    This class represents short text messages.

    Inheritance
    Object
    Message
    SmsMessage
    Implements
    IDisposable
    Inherited Members
    Message.Dispose()
    Message.Id
    Message.Port
    Message.BoxType
    Message.Text
    Message.Time
    Message.SimId
    Message.From
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Messaging.Messages
    Assembly: Tizen.Messaging.dll
    Syntax
    public class SmsMessage : Message, IDisposable

    Constructors

    SmsMessage()

    Creates a short text message.

    Declaration
    public SmsMessage()
    API Version
    3

    Properties

    To

    The collection of normal message recipients.

    Declaration
    public ICollection<MessagesAddress> To { get; }
    Property Value
    Type Description
    ICollection<MessagesAddress>
    API Version
    3

    Implements

    System.IDisposable
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX