EmailAddressCollectionRemove - метод

Removes an e-mail address from the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public bool Remove(
	EmailAddress emailAddress
)

Параметры

emailAddress  EmailAddress
The e-mail address to remove.

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

Boolean
True if the email address was successfully removed from the collection, false otherwise.

См. также