EmailAddress   - преобразование (String to EmailAddress)

Defines an implicit conversion between a string representing an SMTP address and EmailAddress.

Definition

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

Параметры

smtpAddress  String
The SMTP address to convert to EmailAddress.

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

EmailAddress
An EmailAddress initialized with the specified SMTP address.

См. также