AttendeeInfo - преобразование (String to AttendeeInfo)
Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static implicit operator AttendeeInfo (
string smtpAddress
)
Public Shared Widening Operator CType (
smtpAddress As String
) As AttendeeInfo
static implicit operator AttendeeInfo^ (
String^ smtpAddress
)
F# не поддерживает объявление новых операторов приведения.
- smtpAddress String
- The SMTP address to convert to AttendeeInfo.
AttendeeInfoAn AttendeeInfo initialized with the specified SMTP address.