StringComparisonFieldNotEmpty Method |
Indicates that field in message must not be empty.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailQuery NotEmpty()
Public Function NotEmpty As MailQuery
public:
MailQuery^ NotEmpty()
member NotEmpty : unit -> MailQuery
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also