Class MessagesSearchFilter

    Definition

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

    This class represents message search filters.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class MessagesSearchFilter
    Inheritance
    object
    MessagesSearchFilter

    Constructors

    View Source

    MessagesSearchFilter()

    Creates a search filter for searching messages.

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

    Properties

    View Source

    AddressKeyword

    The recipient address.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string AddressKeyword { get; set; }
    Property Value
    Type Description
    string
    View Source

    MessageBoxType

    The message box type.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MessageBoxType MessageBoxType { get; set; }
    Property Value
    Type Description
    MessageBoxType
    View Source

    MessageType

    The message type.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public MessageType MessageType { get; set; }
    Property Value
    Type Description
    MessageType
    View Source

    TextKeyword

    The keyword to search in the text and the subject.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string TextKeyword { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX