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.6.0.22
public static implicit operator Mailbox (
string smtpAddress
)
Public Shared Widening Operator CType (
smtpAddress As String
) As Mailbox
static implicit operator Mailbox^ (
String^ smtpAddress
)
F# не поддерживает объявление новых операторов приведения.
- smtpAddress String
- The SMTP address to convert to EmailAddress.
MailboxA Mailbox initialized with the specified SMTP address.