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

StringListRemove - метод

Removes a string from the list.

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

Параметры

s
Тип: SystemString
The string to remove.

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

Тип: Boolean
True is s was removed, false otherwise.
См. также