LumiSoft Mail Server User API
AstericMatch Method (pattern, text)
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Folders > AstericMatch(String, String)
Checks if specified text matches to specified asteric pattern.
Syntax
C#Visual BasicManaged C++
public bool AstericMatch (
	string pattern,
	string text
)
Public Function AstericMatch ( _
	pattern As String, _
	text As String _
) As Boolean
public:
bool AstericMatch (
	String^ pattern, 
	String^ text
)
Parameters
pattern (String)
Asteric pattern. Foe example: *xxx,*xxx*,xx*aa*xx, ... .
text (String)
Text to match.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.IMAP.Server.IMAP_Folders.AstericMatch(System.String,System.String)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)