Class MessagesSearchFilter

Definition

Namespace:
Tizen.Messaging.Messages
Assembly:
Tizen.Messaging.dll
API Level:
3

This class represents message search filters.

C#
Copy
public class MessagesSearchFilter
Inheritance
System.Object
MessagesSearchFilter

Constructors

View Source

MessagesSearchFilter()

Creates a search filter for searching messages.

Declaration
C#
Copy
public MessagesSearchFilter()
API Level: 3

Properties

View Source

AddressKeyword

The recipient address.

Declaration
C#
Copy
public string AddressKeyword { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

MessageBoxType

The message box type.

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

MessageType

The message type.

Declaration
C#
Copy
public MessageType MessageType { get; set; }
Property Value
Type Description
MessageType
API Level: 3
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
System.String
API Level: 3