MailQuery Class

Represents the search criteria, that are used to match several message properties in the mailbox.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Tools.SearchMailQuery

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MailQuery : IEquatable<MailQuery>, 
	IXmlSerializable

The MailQuery type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleMailQuery
Initializes a new instance of the MailQuery class.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(MailQuery)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetSchema
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodGetType (Inherited from Object.)
Public methodReadXml
Generates an object from its XML representation.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodWriteXml
Converts an object into its XML representation.
See Also