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

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

Definition

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

Параметры

smtpAddress  String
The SMTP address to convert to EmailAddress.

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

Mailbox
A Mailbox initialized with the specified SMTP address.

См. также