Для изменения размера нажмите или перетащите

StringListContains - метод

Determines whether the list contains a specific string.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public bool Contains(
	string s
)

Параметры

s
Тип: SystemString
The string to check the presence of.

Возвращаемое значение

Тип: Boolean
True if s is present in the list, false otherwise.
См. также