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) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The SMTP address to convert to AttendeeInfo.
Возвращаемое значение
Тип:
AttendeeInfoAn AttendeeInfo initialized with the specified SMTP address.
См. также