UserId - преобразование (String to UserId) |
Implements an implicit conversion between a string representing a primary SMTP address and UserId.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator UserId (
string primarySmtpAddress
)
Public Shared Widening Operator CType (
primarySmtpAddress As String
) As UserId
static implicit operator UserId^ (
String^ primarySmtpAddress
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- primarySmtpAddress
- Тип: SystemString
The string representing a primary SMTP address.
Возвращаемое значение
Тип:
UserIdA UserId initialized with the specified primary SMTP address.
См. также