InternetMessageHeaderCollectionFind - метод

Find a specific header in the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public InternetMessageHeader Find(
	string name
)

Параметры

name  String
The name of the header to locate.

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

InternetMessageHeader
An InternetMessageHeader representing the header with the specified name; null if no header with the specified name was found.

См. также