C# Класс LumiSoft.Net.IMAP.Server._SearchHelper

Summary description for _SearchHelper.
Показать файл Открыть проект

Открытые методы

Метод Описание
MatchSearchKey ( string searchKey, object searchKeyValue, IMAP_Message messageInfo, LumiSoft msg ) : bool

Checks if message matches for specified search key.

ParseDate ( string date ) : System.DateTime

Parses SEARCH command date.

Описание методов

MatchSearchKey() публичный статический Метод

Checks if message matches for specified search key.
public static MatchSearchKey ( string searchKey, object searchKeyValue, IMAP_Message messageInfo, LumiSoft msg ) : bool
searchKey string
searchKeyValue object
messageInfo IMAP_Message
msg LumiSoft
Результат bool

ParseDate() публичный статический Метод

Parses SEARCH command date.
public static ParseDate ( string date ) : System.DateTime
date string Date string.
Результат System.DateTime