Class MessagesSearchFilter

Definition

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

This class represents message search filters.

C#
Copy
public class MessagesSearchFilter
Inheritance
object
MessagesSearchFilter

Constructors

View Source

MessagesSearchFilter()

Creates a search filter for searching messages.

Declaration
C#
Copy
public MessagesSearchFilter()

Properties

View Source

AddressKeyword

The recipient address.

Declaration
C#
Copy
public string AddressKeyword { get; set; }
Property Value
Type Description
string
View Source

MessageBoxType

The message box type.

Declaration
C#
Copy
public MessageBoxType MessageBoxType { get; set; }
Property Value
Type Description
MessageBoxType
View Source

MessageType

The message type.

Declaration
C#
Copy
public MessageType MessageType { get; set; }
Property Value
Type Description
MessageType
View Source

TextKeyword

The keyword to search in the text and the subject.

Declaration
C#
Copy
public string TextKeyword { get; set; }
Property Value
Type Description
string