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

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

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

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

Параметры

smtpAddress
Тип: SystemString
The SMTP address to convert to EmailAddress.

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

Тип: Mailbox
A Mailbox initialized with the specified SMTP address.
См. также